E5Gui/E5Action.py

changeset 3035
36e9f388958b
parent 2990
583beaf0b4b8
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/E5Gui/E5Action.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/E5Gui/E5Action.py	Sat Oct 19 14:05:26 2013 +0200
@@ -79,11 +79,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().__init__(parent)

eric ide

mercurial