From dc59208b501e458a872492de809bfebe2b0fc3d5 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 6 May 2010 09:00:24 -0700 Subject: bug 4736 - exit status bug in Python Ice.Application --- py/python/Ice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/python/Ice.py') 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 -- cgit v1.2.3