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