Skip to content

Commit

Permalink
Update network_sketcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Jun 2, 2024
1 parent fa2dc14 commit 83fe16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network_sketcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ def click_action_sub1_1(self, click_value,push_array):
network_sketcher_dev.ns_front_run.click_action(self,'L2-1-2')

# remove exist L2/ file
if os.path.isfile(self.inFileTxt_L2_1_1.get().replace('[MASTER]', '[L2_TABLE]')) == True:
os.remove(self.inFileTxt_L2_1_1.get().replace('[MASTER]', '[L2_TABLE]'))
#if os.path.isfile(self.inFileTxt_L2_1_1.get().replace('[MASTER]', '[L2_TABLE]')) == True: # fixed ns-005 at 2.2.1(b)
# os.remove(self.inFileTxt_L2_1_1.get().replace('[MASTER]', '[L2_TABLE]')) # fixed ns-005 at 2.2.1(b)

### run L3-1-2 in network_sketcher_dev , add l3 master sheet
self.click_value = 'L3-1-2'
Expand Down

0 comments on commit 83fe16d

Please sign in to comment.