Example #1
0
 def onecmd(self, cmd):
     try:
         return super(RowLevelSecCmd, self).onecmd(cmd)
     except Exception:
         tb_to_stdout()
Example #2
0
File: gen.py Project: rafoul/pytest
 def onecmd(self, cmd):
     try:
         return super(Generator, self).onecmd(cmd)
     except Exception:
         tb_to_stdout()