heymenn commited on
Commit
dde97ad
1 Parent(s): df36982

Update split_files_to_excel.py

Browse files
Files changed (1) hide show
  1. split_files_to_excel.py +2 -2
split_files_to_excel.py CHANGED
@@ -660,8 +660,8 @@ def split_by_keywords(files, key_words, words_limit=1000):
660
  tabLine.append([file_name, selectedText, key])
661
  print(f"Selected line in keywords is: {line}")
662
 
663
- except Exception as ex:
664
- print(f"Error occured while extracting content : {ex}")
665
 
666
  for r in tabLine:
667
  text_joined = ''.join(r[1])
 
660
  tabLine.append([file_name, selectedText, key])
661
  print(f"Selected line in keywords is: {line}")
662
 
663
+ except Exception as ex:
664
+ print(f"Error occured while extracting content : {ex}")
665
 
666
  for r in tabLine:
667
  text_joined = ''.join(r[1])