Skip to content
Snippets Groups Projects
Commit dbecb13a authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Indentation fix

parent b58e303b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ class SubProcess(object):
self.STDERR: logger.warn if logger else print_logger }
self.logger = logger.info if logger else print_logger
self.logger("Subprocess started: %s" % self.cmd)
self.logger("Subprocess started: %s" % self.cmd)
def done(self):
if self.completed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment