Skip to content

Commit

Permalink
Merge pull request #2341 from LukasBeiske/fix_merge_typo
Browse files Browse the repository at this point in the history
Fix typo in merge tool flag definition
  • Loading branch information
maxnoe committed Jun 1, 2023
2 parents d2f2485 + c3f64fc commit bb887b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -127,7 +127,7 @@ class MergeTool(Tool):
),
**flag(
"dl2-subarray",
"HDF5Merger.dl2-subarray",
"HDF5Merger.dl2_subarray",
"Include dl2 subarray-wise data",
"Exclude dl2 subarray-wise data",
),
Expand Down
1 change: 1 addition & 0 deletions docs/changes/2341.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix definition of the ``--dl2-subarray`` flag of ``ctapipe-merge``.

0 comments on commit bb887b5

Please sign in to comment.