bin/cubicweb-ctl
author Florent Cayré <florent.cayre@logilab.fr>
Fri, 20 Jul 2012 11:42:59 +0200
branchstable
changeset 8481 ff3b163f52e9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[predicates] fix predicates that erroneously evaluate the entity passed as a parameter as a boolean, instead of testing its existence in the keyword arguments -using the kwargs.get('entity') idiom instead of 'entity' in kwargs or similar- ; closes #2424288

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])