diff --git a/discopop_explorer/__main__.py b/discopop_explorer/__main__.py index 7bd7fe9fb..5a93e72ef 100644 --- a/discopop_explorer/__main__.py +++ b/discopop_explorer/__main__.py @@ -53,7 +53,7 @@ def parse_args() -> ExplorerArguments: ) # flags related to output and formatting: parser.add_argument( - "--json", type=str, nargs="?", default=None, const="explorer/patterns.json", + "--json", type=str, nargs="?", default="explorer/patterns.json", help="Json output") parser.add_argument( "--profiling", type=str, nargs="?", default=None, const="explorer/profiling_stats.txt",