Skip to content

Commit

Permalink
Update ns_l1_table_sync_master.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Nov 19, 2024
1 parent 4787d7b commit 746f1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns_l1_table_sync_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self):
flag_get_start = False
for tmp_column in range(1, 100):
for tmp_row in range(1, 100):
print(str(excel_device_table.active.cell(tmp_row, tmp_column).fill.bgColor.value).lower())
#print(str(excel_device_table.active.cell(tmp_row, tmp_column).fill.bgColor.value).lower())
if '4f81bd' in str(excel_device_table.active.cell(tmp_row, tmp_column).fill.bgColor.value).lower() and 'dce6f1' in str(excel_device_table.active.cell(tmp_row +1, tmp_column).fill.bgColor.value).lower() :
start_folder_array = tmp_row +1,tmp_column,excel_device_table.active.cell(tmp_row + 1, tmp_column).value
for tmp_folder_wp_name_array in folder_wp_name_array[0]:
Expand Down

0 comments on commit 746f1a5

Please sign in to comment.