bin/cubicweb-ctl
author Julien Jehannet <julien.jehannet@logilab.fr>
Thu, 23 Jun 2011 10:24:40 +0200
branchstable
changeset 7557 a397305f3976
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[controller] UndoController: fix output method (closes: #1776091) Fix buggy direct output in `UndoController.publish()`. Raise now a ValidationError instead of malformed string Changes: * raise ValidationError when an error occured in undo * use the new message mechanism based on _cwmsgid If errors are not fatal, you have to change publish() method.

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