diff options
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index aeead0e5bcc..871e6b6c929 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -1028,7 +1028,7 @@ value is an integer representing the exit status. return status def doMain(self, args, initData): - self.run(args) + return self.run(args) def run(self, args): '''This method must be overridden in a subclass. The base |