From 97c9780545d77226c4f61eeceff752114d2a4c07 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Fri, 18 Sep 2015 09:33:27 +0100 Subject: Fix random bracket --- source/orch_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/orch_config.py') diff --git a/source/orch_config.py b/source/orch_config.py index 136bbfd..3b89afb 100644 --- a/source/orch_config.py +++ b/source/orch_config.py @@ -61,7 +61,7 @@ columns = [ Column( name = "4. Test", category = "deploy_complete", trigger = 'testing_trigger.sh', - properties = {[ + properties = [ ('artefact','no artefact given'), ('testing_sha','no testing SHA given')])] -- cgit v1.2.1