prthm11 commited on
Commit
6391859
·
verified ·
1 Parent(s): e304a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2018,7 +2018,8 @@ def create_sb3_archive(project_folder, project_id):
2018
  Returns:
2019
  str: The path to the created .sb3 file, or None if an error occurred.
2020
  """
2021
- output_filename = os.path.join("outputs", project_id)
 
2022
  zip_path = None
2023
  sb3_path = None
2024
  try:
 
2018
  Returns:
2019
  str: The path to the created .sb3 file, or None if an error occurred.
2020
  """
2021
+ # output_filename = os.path.join("outputs", project_id)
2022
+ output_filename = OUTPUT_DIR / project_id
2023
  zip_path = None
2024
  sb3_path = None
2025
  try: