Skip to content

Commit

Permalink
feat(explorer)[detection-result-dump]: enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Oct 17, 2023
1 parent 3dca9c6 commit 6e366f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discopop_explorer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def parse_args() -> ExplorerArguments:
help="Dump PET Graph to JSON file. If a path is given, the PET Graph is written to the given file, otherwise to pet_dump.json",
)
parser.add_argument(
"--dump-detection-result", type=str, nargs="?", default=None, const="explorer/detection_result_dump.json",
"--dump-detection-result", type=str, nargs="?", default="explorer/detection_result_dump.json",
help="Dump DetectionResult object to JSON file. If a path is given, the DetectionResult object is written to the given file, otherwise to detection_result_dump.json. Contents are equivalent to the json output. NOTE: This dump contains a dump of the PET Graph!",
)

Expand Down

0 comments on commit 6e366f0

Please sign in to comment.