author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 30 Jun 2015 10:00:53 +0200 | |
branch | 3.24 |
changeset 11810 | 2e03bb4372b2 |
parent 11809 | 11365e5c11d7 |
child 11811 | f09efeead7f9 |
--- a/cubicweb/entities/wfobjs.py Wed Nov 09 09:07:42 2016 +0100 +++ b/cubicweb/entities/wfobjs.py Tue Jun 30 10:00:53 2015 +0200 @@ -235,7 +235,7 @@ # check one of the rql expression conditions matches if any if self.condition: if DBG: - print('my_be_fired: %r: %s' % + print('may_be_fired: %r: %s' % (self.name, [(rqlexpr.expression, rqlexpr.check_expression(self._cw, eid)) for rqlexpr in self.condition]))