Skip to content

Commit

Permalink
Merge pull request #2352 from cta-observatory/maxnoe-patch-1
Browse files Browse the repository at this point in the history
fix help string in disp reconstructor
  • Loading branch information
maxnoe committed Jun 19, 2023
2 parents cadb06d + b954b84 commit 623ac86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/tools/train_disp_reconstructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TrainDispReconstructor(Tool):
directory_ok=False,
help=(
"Ouput path for the trained reconstructor."
" At the moment, pickle is the only supported format.",
" At the moment, pickle is the only supported format."
),
).tag(config=True)

Expand Down
1 change: 1 addition & 0 deletions docs/changes/2352.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix ``ctapipe-train-disp-reconstructor --help`` raising an exception.

0 comments on commit 623ac86

Please sign in to comment.