summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-22 07:42:06 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-22 07:42:06 +0100
commit062ef8e68973ddf65c6d800a18efd65ca0282672 (patch)
tree02301fbcd5fec6ce042b9c1e5713a1198e216cca
parent57b8bc84c71de1a0ec1c48b558c684c1a42d85fd (diff)
downloadorchestration-062ef8e68973ddf65c6d800a18efd65ca0282672.tar.gz
Fix bracket again
-rw-r--r--source/orch_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/orch_config.py b/source/orch_config.py
index 4a3751f..41ebbe2 100644
--- a/source/orch_config.py
+++ b/source/orch_config.py
@@ -41,7 +41,7 @@ class Column:
if self.get_definitions:
sha = util.Property("sha","cu010-trove/br6/firehose-test-1")
get_defns_cmd = ['sh','get_definitions.sh',sha]
- self.factory.addStep(ShellCommand(command=get_defns_cmd,timeout=self.timeout)
+ self.factory.addStep(ShellCommand(command=get_defns_cmd,timeout=self.timeout))
self.factory.addStep(ShellCommand(command=self.cmd))
columns = [