From 8697460d4328abbe06fd51943d12f02dbaef6875 Mon Sep 17 00:00:00 2001 From: SkyLined Date: Wed, 18 Apr 2018 16:42:38 +0200 Subject: [PATCH] Missing space --- fPrintExceptionInformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fPrintExceptionInformation.py b/fPrintExceptionInformation.py index 8ace311c..6b99a3d5 100644 --- a/fPrintExceptionInformation.py +++ b/fPrintExceptionInformation.py @@ -38,7 +38,7 @@ def fPrintExceptionInformation(oException, oTraceBack): if "-v" not in sys.argv[1:] and "/v" not in sys.argv[1:] and "--verbose=true" not in sys.argv[1:]: oConsole.fPrint("If you can reproduce the issue, it would help a lot if you can run BugId in"); oConsole.fPrint("verbose mode by adding the ", INFO, "--verbose", NORMAL, " command-line argument."); - oConsole.fPrint("as in:", HILITE, "BugId -v ", " ".join(sys.argv[1:])); + oConsole.fPrint("as in: ", HILITE, "BugId -v ", " ".join(sys.argv[1:])); oConsole.fPrint(); fPrintVersionInformation( bCheckForUpdates = False,