Skip to content

Commit d781ca5

Browse files
committed
Undoing accidental debug_Tk = True.
1 parent 8deab6e commit d781ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tkterminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from tkinter.messagebox import askyesno
1111
from IPython.utils import io
1212

13-
debug_Tk = True
13+
debug_Tk = False
1414
ansi_seqs = re.compile(r'(?:\x01*\x1b\[((?:[0-9]*;)*[0-9]*.)\x02*)*([^\x01\x1b]*)',
1515
re.MULTILINE)
1616
ansi_colors = {'0;30m': 'Black',

0 commit comments

Comments
 (0)