Fix indent
This commit is contained in:
parent
8e319a762f
commit
12f6304659
@ -102,7 +102,7 @@ class GUIProcess(QObject):
|
|||||||
stdout = bytes(self._proc.readAllStandardOutput()).decode('utf-8')
|
stdout = bytes(self._proc.readAllStandardOutput()).decode('utf-8')
|
||||||
|
|
||||||
qutescheme.spawn_output = self._spawn_format(code, status,
|
qutescheme.spawn_output = self._spawn_format(code, status,
|
||||||
stdout, stderr)
|
stdout, stderr)
|
||||||
|
|
||||||
if status == QProcess.CrashExit:
|
if status == QProcess.CrashExit:
|
||||||
message.error("{} crashed!".format(self._what.capitalize()))
|
message.error("{} crashed!".format(self._what.capitalize()))
|
||||||
|
Loading…
Reference in New Issue
Block a user