Skip to content

Commit

Permalink
Allow None as default for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Feb 3, 2025
1 parent 72d831f commit 15f49b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lstchain/scripts/lstchain_dl1_to_dl2.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class DL1ToDL2Tool(Tool):
).tag(config=True)

config_file = traits.Path(
allow_none=True,
help="Path to a configuration file. If none is given, a standard configuration is applied",
default_value=None,
).tag(config=True)
Expand Down

0 comments on commit 15f49b3

Please sign in to comment.