--- a/VCS/VersionControl.py Thu Mar 21 19:26:10 2019 +0100 +++ b/VCS/VersionControl.py Thu Mar 21 19:27:42 2019 +0100 @@ -556,7 +556,7 @@ @return flag indicating normal exit (boolean) """ if proc is None: - return + return False if workingDir: proc.setWorkingDirectory(workingDir) @@ -799,4 +799,4 @@ @param project reference to the project object @return reference to the monitor thread (QThread) """ - return None + return None # __IGNORE_WARNING_M831__