From 746f1a5c555bdcf6966e6bb2365b513560378a4d Mon Sep 17 00:00:00 2001 From: Yusuke Ogawa Date: Tue, 19 Nov 2024 11:15:14 +0900 Subject: [PATCH] Update ns_l1_table_sync_master.py --- ns_l1_table_sync_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ns_l1_table_sync_master.py b/ns_l1_table_sync_master.py index b3df094..330d3c2 100644 --- a/ns_l1_table_sync_master.py +++ b/ns_l1_table_sync_master.py @@ -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]: