parent
b123ac8a60
commit
4ebce6cc42
|
@ -623,7 +623,7 @@ class Application(object):
|
|||
try:
|
||||
pipe = Popen(args)
|
||||
pipe.wait()
|
||||
except OSError(e):
|
||||
except OSError, e:
|
||||
self.set_error("%s: %s" % (args[0], e))
|
||||
curses.reset_prog_mode()
|
||||
self.win.redrawwin()
|
||||
|
|
Loading…
Reference in New Issue