summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 00:06:04 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 00:06:04 +0100
commit85268ff1095d60b7227552c0fce5641a42df7777 (patch)
tree12e656e00418101561c89b4cf6988824bb78bf0e
parent7855ed769331c13909e1f5bb4a754e1c49c7e3e2 (diff)
downloadorchestration-85268ff1095d60b7227552c0fce5641a42df7777.tar.gz
Remove broken assertion
-rw-r--r--source/bottlerock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index adbf00e..6209058 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -28,7 +28,6 @@ def sendchange(category,properties):
''' sendchange to buildbot with category and a dictionary of property names
and their values '''
- assert category in orch_config.categories
import subprocess
IP="127.0.0.1"
bb_port=9999