Spaces:
Sleeping
Sleeping
Update split_files_to_excel.py
Browse files- split_files_to_excel.py +0 -1
split_files_to_excel.py
CHANGED
|
@@ -544,7 +544,6 @@ def split_by_keywords(files, key_words, words_limit=1000):
|
|
| 544 |
for index, line in enumerate(lines):
|
| 545 |
print(line)
|
| 546 |
for key in key_words:
|
| 547 |
-
line = line.lower()
|
| 548 |
if key in line:
|
| 549 |
print("Found keyword")
|
| 550 |
lineBool = True
|
|
|
|
| 544 |
for index, line in enumerate(lines):
|
| 545 |
print(line)
|
| 546 |
for key in key_words:
|
|
|
|
| 547 |
if key in line:
|
| 548 |
print("Found keyword")
|
| 549 |
lineBool = True
|