[elbe-devel] [PATCH 1/1] pylint pbuilderaction: fix indent level
Torben Hohn
torben.hohn at linutronix.de
Wed Jan 30 15:57:08 CET 2019
pycodestyle complains:
elbepack/pbuilderaction.py:20:13: E128 continuation line under-indented for visual indent
Fix it.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/pbuilderaction.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/pbuilderaction.py b/elbepack/pbuilderaction.py
index a1e25b9c..bd3d3afa 100644
--- a/elbepack/pbuilderaction.py
+++ b/elbepack/pbuilderaction.py
@@ -17,7 +17,7 @@ from elbepack.xmlpreprocess import PreprocessWrapper
def cmd_exists(x):
return any(os.access(os.path.join(path, x), os.X_OK)
- for path in os.environ["PATH"].split(os.pathsep))
+ for path in os.environ["PATH"].split(os.pathsep))
# Create download directory with timestamp,
# if necessary
--
2.11.0
More information about the elbe-devel
mailing list