Fix indent

This commit is contained in:
Florian Bruhin 2017-12-12 07:03:48 +01:00
parent 8e319a762f
commit 12f6304659

View File

@ -102,7 +102,7 @@ class GUIProcess(QObject):
stdout = bytes(self._proc.readAllStandardOutput()).decode('utf-8')
qutescheme.spawn_output = self._spawn_format(code, status,
stdout, stderr)
stdout, stderr)
if status == QProcess.CrashExit:
message.error("{} crashed!".format(self._what.capitalize()))