Skip to content

Commit

Permalink
Update network_sketcher_dev.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Oct 31, 2024
1 parent efbf4df commit 5e9cd69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion network_sketcher_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@ def click_action(self,click_value):
ns_l1_diagram_create.ns_l1_diagram_create.__init__(self)

# view complete
ns_def.messagebox_file_open(self.output_ppt_file)
if self.click_value == '2-4-3': #Add at Ver 2.3.1(a)
ns_def.messagebox_file_open(self.output_ppt_file)

# return value of self.click_value for re-run 2-4-3 after VPN-1-1'
self.click_value = ''
Expand Down

0 comments on commit 5e9cd69

Please sign in to comment.