Skip to content
Snippets Groups Projects
Commit d1e26c74 authored by Recolic K's avatar Recolic K
Browse files

new

parent 18fa6f6a
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ def list_partnames_to_lookfor(xlsxPath): ...@@ -36,7 +36,7 @@ def list_partnames_to_lookfor(xlsxPath):
for colnum, ele in enumerate(row): for colnum, ele in enumerate(row):
# if ele.value is not None: # if ele.value is not None:
# print("TRY: ", ele.value) # print("TRY: ", ele.value)
if ele.value is str and ele.value.strip() == NAME_COLNAME.strip(): if ele.value == NAME_COLNAME:
name_colnum = colnum name_colnum = colnum
break break
if name_colnum == -1: if name_colnum == -1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment