Skip to content
Snippets Groups Projects
Commit d4b48cd3 authored by Alois Dirnaichner's avatar Alois Dirnaichner
Browse files

Add default value for EDGE_transport reporting option.

parent 19085a04
No related branches found
No related tags found
1 merge request!79EDGE-T Validation Output - Fix
......@@ -4,7 +4,7 @@ opt_parser = OptionParser(
description = "Coupled version of EDGE-T, to be run within a REMIND output folder.",
option_list = list(
make_option(
"--reporting", action="store_true",
"--reporting", action="store_true", default=FALSE,
help="Store output files in subfolder EDGE-T")));
opt = parse_args(opt_parser);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment