bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Dec 2016 17:22:48 +0100
branch3.24
changeset 11896 327585fd7670
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pyramid] Don't use unsafe_cnx_context_manager for write queries we may have clumsy error that hide previous problems on attempting to commit the transaction. Closes #16753531

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