Ignore:
Timestamp:
02/16/21 06:37:09 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/FramsticksCLI.py

    r1060 r1076  
    2626        OUTPUT_DIR = "scripts_output"
    2727        GENOTYPE_INVALID = "/*invalid*/"  # this is how genotype invalidity is represented in Framsticks
    28         STDOUT_ENDOPER_MARKER = "FileObject.write"  # we look for this message on Framsticks CLI stdout to detect when Framsticks created a file with the result we expect
     28        STDOUT_ENDOPER_MARKER = "FileObject.write:"  # we look for this message on Framsticks CLI stdout to detect when Framsticks created a file with the result we expect
    2929
    3030        FILE_PREFIX = 'framspy_'
Note: See TracChangeset for help on using the changeset viewer.