Skip to content

Commit

Permalink
Removing resolve_url_to_file from setup_pygrb_minifollowups
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Sep 19, 2024
1 parent c25f0e4 commit 904f1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/workflow/grb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def setup_pygrb_minifollowups(workflow, followups_file, trigger_file,
tags=tags)
node = exe.create_node()

node.add_input_opt('--trig-file', resolve_url_to_file(trigger_file))
node.add_input_opt('--trig-file', trigger_file)

# Grab and pass all necessary files
if workflow.cp.has_option('workflow', 'veto-files'):
Expand Down

0 comments on commit 904f1ae

Please sign in to comment.