Skip to content

Commit

Permalink
Merge pull request #45 from cisco-open/v2.2.1_beta
Browse files Browse the repository at this point in the history
v2.2.0(a)
  • Loading branch information
yuhsukeogawa authored May 10, 2024
2 parents 5003d83 + 710b5ec commit 2e877e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network_sketcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
self.click_value_2nd = ''
self.click_value_3rd = ''
self.root = TkinterDnD.Tk()
self.root.title("Network Sketcher ver 2.2.0")
self.root.title("Network Sketcher ver 2.2.0(a)")
self.root.geometry("490x200+100+100")

# Notebook
Expand Down
2 changes: 1 addition & 1 deletion ns_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def check_file_open(file_fullpath):
return False
except:
#tkinter.messagebox.showwarning(title="File is being opened", message="Please close the file below." + '\n\n' + file_fullpath)
return False
return False #chenge for windows at Ver 2.2.0(a)

#raise NameError

Expand Down

0 comments on commit 2e877e9

Please sign in to comment.