Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|