Minor tweak to make the debugserver work with two or more -d flags, not three or more.

This commit is contained in:
Stephen Boddy 2015-07-02 21:17:54 +02:00
parent b8eba0f39a
commit a42e0e1508
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if __name__ == '__main__':
TERMINATOR.new_window() TERMINATOR.new_window()
TERMINATOR.layout_done() TERMINATOR.layout_done()
if OPTIONS.debug > 2: if OPTIONS.debug >= 2:
import terminatorlib.debugserver as debugserver import terminatorlib.debugserver as debugserver
# pylint: disable-msg=W0611 # pylint: disable-msg=W0611
import threading import threading