(trunk-1570) Minor tweak to make the debugserver work with two or more -d flags, not three or more.
This commit is contained in:
parent
0629a02465
commit
77bb9d5a3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue