summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-18 09:33:27 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-18 09:33:27 +0100
commit97c9780545d77226c4f61eeceff752114d2a4c07 (patch)
tree96910ef00cde8cef05c5caef83cba182e8ddbced
parent7103b34a5cf931eb53d3283700ca27d36cb9d716 (diff)
downloadorchestration-97c9780545d77226c4f61eeceff752114d2a4c07.tar.gz
Fix random 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 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')])]