Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLined committed Apr 18, 2018
1 parent a28b4c0 commit 8697460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fPrintExceptionInformation.py
Expand Up @@ -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,
Expand Down

0 comments on commit 8697460

Please sign in to comment.