From 1421623883dd6c579102ebb4629d5899306b5810 Mon Sep 17 00:00:00 2001 From: Luis Guillen Date: Fri, 25 Oct 2024 17:00:55 -0600 Subject: [PATCH] missing to update 1 path --- python/hal9/iobind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hal9/iobind.py b/python/hal9/iobind.py index 6dc237ba..f5827e20 100644 --- a/python/hal9/iobind.py +++ b/python/hal9/iobind.py @@ -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: