You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/main.cpp
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -376,7 +376,9 @@ int main(int argc, char *argv[])
376
376
#endif
377
377
if (!myUseGuiFlag)
378
378
{
379
-
std::cerr << "QGIS starting in non-interactive mode not supported.\n You are seeing this message most likely because you have no DISPLAY environment variable set." << std::endl;
379
+
std::cerr << "QGIS starting in non-interactive mode not supported.\n You "
380
+
"are seeing this message most likely because you have no DISPLAY "
381
+
"environment variable set." << std::endl;
380
382
exit(1); //exit for now until a version of qgis is capabable of running non interactive
381
383
}
382
384
QgsApplication myApp(argc, argv, myUseGuiFlag );
@@ -463,8 +465,8 @@ int main(int argc, char *argv[])
0 commit comments