--- a/E5Gui/E5Action.py Fri Nov 01 15:48:48 2013 +0100 +++ b/E5Gui/E5Action.py Sun Nov 03 15:58:22 2013 +0100 @@ -81,11 +81,11 @@ if len(args) < 6 + incr: raise ArgumentsError( "Not enough arguments, {0:d} expected, got {1:d}".format( - 6 + incr, len(args))) + 6 + incr, len(args))) elif len(args) > 7 + incr: raise ArgumentsError( "Too many arguments, max. {0:d} expected, got {1:d}".format( - 7 + incr, len(args))) + 7 + incr, len(args))) parent = args[4 + incr] super(E5Action, self).__init__(parent)