Skip to content

Commit

Permalink
Fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 30, 2023
1 parent 582342b commit af2c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/tools/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MergeTool(Tool):

flags = {
"single-ob": (
{"HDF5Merger.single_ob": True},
{"HDF5Merger": {"single_ob": True}},
"Only copy observation config of first file to be merged.",
),
"progress": (
Expand Down

0 comments on commit af2c9e0

Please sign in to comment.