bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 21 Jul 2015 18:17:31 +0200
changeset 10548 2b398e58ea73
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[hook] remove assumption about entity cache vs cw_edited We were assuming that if an entity is in the connection's cache, it has a cw_edited attribute. This doesn't seem to always be the case. At least in cubicweb 3.21, merging the web and repo-side caches makes this more likely, but Denis says he's also seen this on 3.20.

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