grim/local-pipelines

e3cc36ccd003
Parents 212c8b25e38f
Children 4a1c9b4915d2
pipeline: fix pep error found in test failures
--- a/pipelines/pipeline.py Mon Jul 25 13:35:25 2016 -0700
+++ b/pipelines/pipeline.py Mon Jul 25 13:31:10 2016 -0700
@@ -64,7 +64,7 @@
def _commands(self):
commands = []
print(self.steps)
- print('-'*40)
+ print('-' * 40)
for container in self.steps:
step = container["step"]
commands.append(self.get_command(step))