Skip to content

Commit 9a51ebe

Browse files
spxiwhCyberface
authored andcommitted
Missed this
1 parent 0d03460 commit 9a51ebe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pycbc/workflow/jobsetup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,8 +1622,7 @@ class PycbcCreateInjectionsExecutable(Executable):
16221622
"""
16231623

16241624
current_retention_level = Executable.ALL_TRIGGERS
1625-
# This might be plural i.e. "--config-files"
1626-
file_input_options = ["--config-file"]
1625+
file_input_options = ["--config-files"]
16271626
def __init__(self, cp, exe_name, ifo=None, out_dir=None,
16281627
universe=None, tags=None):
16291628
super(PycbcCreateInjectionsExecutable, self).__init__(

0 commit comments

Comments
 (0)