aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/model/base.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--parrot_zik/model/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/parrot_zik/model/base.py b/parrot_zik/model/base.py
index d722788..fdacde0 100644
--- a/parrot_zik/model/base.py
+++ b/parrot_zik/model/base.py
@@ -44,6 +44,8 @@ class ParrotZikBase(object):
return True
elif result == "false":
return False
+ elif result == "invalid_on":
+ return True
else:
raise AssertionError(result)