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

Using stop instead of return to end EDGE_transport script in reporting mode.

parent 01f005fa
No related branches found
No related tags found
1 merge request!79EDGE-T Validation Output - Fix
......@@ -240,7 +240,7 @@ if (opt$reporting) {
file=datapath("demandF_plot_EJ.RDS"))
saveRDS(shares_intensity_demand$demandF_plot_pkm,
file=datapath("demandF_plot_pkm.RDS"))
return()
stop()
}
......
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