Added a space in an error message
This commit is contained in:
@@ -618,7 +618,7 @@ Py_FatalError(msg)
|
||||
for (;;);
|
||||
#endif
|
||||
#ifdef MS_WIN32
|
||||
OutputDebugString("Fatal Python error:");
|
||||
OutputDebugString("Fatal Python error: ");
|
||||
OutputDebugString(msg);
|
||||
OutputDebugString("\n");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user