We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f052ede commit 017a696Copy full SHA for 017a696
ProperTree.command
@@ -192,8 +192,8 @@ class ProperTree:
192
from_value = from_value.replace(" ","")
193
if [x for x in from_value if x.lower() not in "0123456789abcdef"]:
194
self.tk.bell()
195
- if not mb.showerror("Invalid Hex Data","Invalid character in passed hex data.",parent=self.tk):
196
- return
+ mb.showerror("Invalid Hex Data","Invalid character in passed hex data.",parent=self.tk)
+ return
197
try:
198
# Handle the from data
199
if sys.version_info >= (3,0):
0 commit comments