From 062ef8e68973ddf65c6d800a18efd65ca0282672 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Tue, 22 Sep 2015 07:42:06 +0100 Subject: Fix bracket again --- source/orch_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 = [ -- cgit v1.2.1