[elbe-devel] [PATCH 12/28] pylint: soapclient: remove unused pass
Torben Hohn
torben.hohn at linutronix.de
Wed Aug 22 11:29:06 CEST 2018
pass statement is not necessary
remove it.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/soapclient.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/elbepack/soapclient.py b/elbepack/soapclient.py
index 2b60409c..7893d170 100644
--- a/elbepack/soapclient.py
+++ b/elbepack/soapclient.py
@@ -593,7 +593,6 @@ class WaitProjectBusyAction(ClientAction):
log[1].replace('\n','')))
except IndexError:
print("IndexError - part: %d (skipped)" % part)
- pass
else:
time.sleep(1)
else:
--
2.11.0
More information about the elbe-devel
mailing list