diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/orch_config.py | 2 |
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')])] |