finally: is not py2.4 compatible
This commit is contained in:
parent
23dd4e0b2a
commit
9b7fc5daa8
|
@ -59,8 +59,7 @@ if __name__ == '__main__':
|
|||
except (KeyError,ValueError), ex:
|
||||
err('layout creation failed, creating a window ("%s")' % ex)
|
||||
TERMINATOR.new_window()
|
||||
finally:
|
||||
TERMINATOR.layout_done()
|
||||
TERMINATOR.layout_done()
|
||||
|
||||
if OPTIONS.debug > 2:
|
||||
import terminatorlib.debugserver as debugserver
|
||||
|
|
Loading…
Reference in New Issue