bug on Ice.py at line 1031:
def doMain(self, args, initData):
self.run(args)
instead of :
def doMain(self, args, initData):
return self.run(args)
Ice version 3.4
Andrew
|
|
bug on Ice.py at line 1031:
def doMain(self, args, initData):
self.run(args)
instead of :
def doMain(self, args, initData):
return self.run(args)
Ice version 3.4
Andrew
Last edited by Andrew; 05-06-2010 at 11:02 AM.
Thanks for reporting this, it will be fixed in the next release.
Regards,
Mark
There are currently 1 users browsing this thread. (0 members and 1 guests)