Skip to content

Commit

Permalink
Add alias for prov log
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Apr 22, 2022
1 parent b575128 commit 9f1c62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctapipe/core/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def __init__(self, **kwargs):
"log-level": "Tool.log_level",
("l", "log-file"): "Tool.log_file",
"log-file-level": "Tool.log_file_level",
"provenance-log": "Tool.provenance_log",
}
# makes sure user defined aliases override default aliases
self.aliases = {**aliases, **self.aliases}
Expand Down

0 comments on commit 9f1c62e

Please sign in to comment.