From 57b8bc84c71de1a0ec1c48b558c684c1a42d85fd Mon Sep 17 00:00:00 2001 From: Will Holland Date: Tue, 22 Sep 2015 07:39:50 +0100 Subject: Fix bracket --- 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 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 = [ -- cgit v1.2.1