summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-22 07:39:50 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-22 07:39:50 +0100
commit57b8bc84c71de1a0ec1c48b558c684c1a42d85fd (patch)
treefdb62c3f62a8936f5e9e0bc89cf65773e54511c6
parentacfded5443130174ca8bb122f372679cc555b271 (diff)
downloadorchestration-57b8bc84c71de1a0ec1c48b558c684c1a42d85fd.tar.gz
Fix bracket
-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 9885655..4a3751f 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 = [