From 85268ff1095d60b7227552c0fce5641a42df7777 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 1 Oct 2015 00:06:04 +0100 Subject: Remove broken assertion --- source/bottlerock.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1