Fix mixed line endings
This commit is contained in:
@@ -430,7 +430,7 @@ void PythonDebugger::runFile(const QString& fn)
|
||||
#else
|
||||
FILE *fp = fopen((const char*)pxFileName,"r");
|
||||
#endif
|
||||
if (!fp)
|
||||
if (!fp)
|
||||
return;
|
||||
|
||||
Base::PyGILStateLocker locker;
|
||||
|
||||
Reference in New Issue
Block a user