bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 08 Oct 2015 18:24:09 +0200
changeset 10639 1ed205146ee2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] Fix CubicWebTC.temporary_permissions If the context manager is exited via an exception, the original permissions should be restored.

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