Skip to content

Commit

Permalink
missing to update 1 path
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisGuillen03 committed Oct 25, 2024
1 parent 7ef3134 commit 1421623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hal9/iobind.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def save(name, contents = None, hidden = False, files = None):
"name": name,
"files": [str(file) for file in asset_files]
}, indent=2)
Path('./storage/' + name + '.asset').write_text(asset_definition)
Path('./.storage/' + name + '.asset').write_text(asset_definition)

def ready():
with open(".storage/.output", 'w') as file:
Expand Down

0 comments on commit 1421623

Please sign in to comment.