質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -116,6 +116,8 @@
|
|
116
116
|
|
117
117
|
button.configure(state = "normal")
|
118
118
|
|
119
|
+
entry.delete(0, "end")
|
120
|
+
|
119
121
|
else:
|
120
122
|
|
121
123
|
pass
|
@@ -140,8 +142,6 @@
|
|
140
142
|
|
141
143
|
from_main_to_sub.put(["WRITE_CSV", txt])
|
142
144
|
|
143
|
-
entry.delete(0, "end")
|
144
|
-
|
145
145
|
else:
|
146
146
|
|
147
147
|
messagebox.showerror("Error", "Please enter.")
|