Skip to content

Commit

Permalink
Update call to make_info_table in PyGRB workflow generator
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Sep 12, 2024
1 parent 42ce417 commit 238645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pygrb/pycbc_pygrb_pp_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ files = _workflow.FileList([])
#
# Create information table about the GRB trigger and plot the search grid
#
info_table_node, grb_info_table = _workflow.make_info_table(wflow, out_dir)
info_table_node, grb_info_table = _workflow.make_info_table(wflow, 'pygrb_grb_info_table', out_dir)
html_nodes.append(info_table_node)
files.append(grb_info_table)
#
Expand Down

0 comments on commit 238645a

Please sign in to comment.