Fix bad indentation

This commit is contained in:
VirtuBox
2019-07-31 20:26:52 +02:00
parent 1efea52369
commit 2077fc0a7c
2 changed files with 5 additions and 5 deletions

View File

@@ -35,11 +35,11 @@ class WOShellExec():
.format(cmd_stdout, cmd_stderr))
return False
except OSError as e:
Log.debug(self, str(e))
raise CommandExecutionError
Log.debug(self, str(e))
raise CommandExecutionError
except Exception as e:
Log.debug(self, str(e))
raise CommandExecutionError
Log.debug(self, str(e))
raise CommandExecutionError
def invoke_editor(self, filepath, errormsg=''):
"""