Skip to content
Snippets Groups Projects
Commit 10d0a02b authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: src/dd_web_display.cxx

parent 71b692a1
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,9 @@ void run_http_server(const settings& s) { ...@@ -227,7 +227,9 @@ void run_http_server(const settings& s) {
detector.fromCompact(s.infile); detector.fromCompact(s.infile);
if(s.export_geometry) { if(s.export_geometry) {
spdlog::info("running in batch mode to export geometry ");
detector.manager().Export(s.outfile.c_str()); detector.manager().Export(s.outfile.c_str());
std::exit(0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment