Fix pep8 reports

Zero findings after this commit. We should try to keep that level.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2017-06-21 13:32:55 +02:00
committed by Daniel Wagner
parent 062e919295
commit 6bc8e08459
4 changed files with 10 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ def _read_stream(stream, cb):
else:
break
@asyncio.coroutine
def _stream_subprocess(cmd, cwd, env, shell, stdout_cb, stderr_cb):
if shell: