Skip to content

Commit

Permalink
Update pycbc/workflow/pegasus_workflow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <[email protected]>
  • Loading branch information
sebastiangomezlopez and titodalcanton authored Nov 14, 2024
1 parent 40a427e commit 8ff3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/workflow/pegasus_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def set_subworkflow_properties(self, output_map_file,
if version.parse(sproc_out) >= version.parse('5.0.4'):
output_map_file.for_planning=True
except:
print("Could not execute pegasus-version, assuming >= 5.0.4")
logging.warning("Could not execute pegasus-version, assuming >= 5.0.4")
output_map_file.for_planning=True
self.add_inputs(output_map_file)

Expand Down

0 comments on commit 8ff3d65

Please sign in to comment.