server/hooks.py
branchstable
changeset 3519 e3ce9db1133c
parent 3508 d9915224f9a5
child 3528 77a69de16709
--- a/server/hooks.py	Tue Sep 29 12:44:50 2009 +0200
+++ b/server/hooks.py	Tue Sep 29 12:45:23 2009 +0200
@@ -568,7 +568,7 @@
 def before_add_in_state(session, eidfrom, rtype, eidto):
     """check state apply, in case of direct in_state change using unsafe_execute
     """
-    nocheck = session.transaction_data.setdefault('skip-security', ())
+    nocheck = session.transaction_data.setdefault('skip-security', set())
     if (eidfrom, 'in_state', eidto) in nocheck:
         # state changed through TrInfo insertion, so we already know it's ok
         return