Minor tweak to make the debugserver work with two or more -d flags, not three or more.
This commit is contained in:
parent
b8eba0f39a
commit
a42e0e1508
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue