def run(self, command=None, argv=None):
     self.setCatchExceptions(True)
     result = Interface.run(self, command, argv)
     self.setCatchExceptions(False)
     return result
Example #2
0
 def run(self, command=None, argv=None):
     self.setCatchExceptions(True)
     result = Interface.run(self, command, argv)
     self.setCatchExceptions(False)
     return result