Archived

This forum has been archived. Please start a new discussion on GitHub.

python bug

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

Comments

  • mes
    mes California
    Thanks for reporting this, it will be fixed in the next release.

    Regards,
    Mark