bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 06 Sep 2013 11:01:20 +0200
branchstable
changeset 9235 3eb8d65824f5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] fix race when creating backupdir If somebody else creates backupdir between our stat() and mkdir() (like, say, another test running in parallel), we shouldn't crash.

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