bin/cubicweb-ctl
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 10 Feb 2016 14:43:05 +0100
changeset 11103 d1798710f922
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[exceptions] fix string conversion for Unauthorized exception changeset 3cb87b61b067 changed CubicWebException to define __unicode__ as the main entry point for string conversion, but left Unauthorized's __str__ definition unchanged, leading to a mismatch. Closes #10646396.

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