Skip to content

Commit 3b5e00a

Browse files
committed
update
1 parent c35a3a5 commit 3b5e00a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/routes/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def zip_folder(folder_path: str, output_zip_path: str):
1414
# Add file to the zip file
1515
zip_file.write(file_path, os.path.relpath(file_path, folder_path))
1616

17+
1718
def add_files_to_folder(files:list,folder:str):
1819

1920
os.makedirs(folder, exist_ok=True)

0 commit comments

Comments
 (0)