Yasu777 commited on
Commit
303a3a3
·
verified ·
1 Parent(s): 7d64c50

Update keywords_processor.py

Browse files
Files changed (1) hide show
  1. keywords_processor.py +1 -1
keywords_processor.py CHANGED
@@ -7,7 +7,7 @@ def save_raw_text(main_text, other_texts):
7
  output1_path = os.path.join(os.path.dirname(__file__), "output1.txt")
8
  with open(output1_path, 'w', encoding='utf-8') as file:
9
  file.write(combined_text)
10
- return f"Text saved to {output1_path}"
11
 
12
  if __name__ == "__main__":
13
  import sys
 
7
  output1_path = os.path.join(os.path.dirname(__file__), "output1.txt")
8
  with open(output1_path, 'w', encoding='utf-8') as file:
9
  file.write(combined_text)
10
+ return ""
11
 
12
  if __name__ == "__main__":
13
  import sys