# HG changeset patch # User Sylvain Thénault # Date 1435651253 -7200 # Node ID 2e03bb4372b2caf8f6766449ca68be733241aa07 # Parent 11365e5c11d74f9546ec8cba8edb46461abb5410 [entities] Fix typo in wfobjs debug message diff -r 11365e5c11d7 -r 2e03bb4372b2 cubicweb/entities/wfobjs.py --- 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]))