Skip to content

Commit 8d02936

Browse files
authored
Add else for zip
1 parent bdcc32b commit 8d02936

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manager/manager/manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ def prepare_custom_universe(self, cfg_dict):
293293
# Unzip the app
294294
if cfg_dict["zip"].startswith("data:"):
295295
_, _, zip_file = cfg_dict["zip"].partition("base64,")
296+
else:
297+
zip_file = cfg_dict["zip"]
296298

297299
universe_ref = "/workspace/worlds/src/" + cfg_dict["name"]
298300
# Remove old content

0 commit comments

Comments
 (0)