Merge pull request #27 from Monadical-SAS/feat/gokul

Fix S3 upload bug
This commit is contained in:
projects-g
2023-07-12 10:30:51 +05:30
committed by GitHub

View File

@@ -175,7 +175,7 @@ def main():
logger.info("Summarization completed")
# Summarization takes a lot of time, so do this separately at the end
files_to_upload = ["summary_" + suffix + ".txt"]
files_to_upload = [prefix + "summary_" + suffix + ".txt"]
upload_files(files_to_upload)