(trunk-1570) 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:26:50 +02:00
parent 0629a02465
commit 77bb9d5a3d
1 changed files with 1 additions and 1 deletions

View File

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