Finish asset gui logic and argument parse module.

This commit is contained in:
2026-07-13 01:19:11 +08:00
parent a14e2a5d54
commit ccbe2052b8
4 changed files with 311 additions and 16 deletions
+1
View File
@@ -413,6 +413,7 @@ def fetch_and_save_version_manifest(dest: Path, target_version: str=None, root_m
return data
except Exception as e:
logger.exception(e)
raise VersionManifestSaveException(
"Error saving version manifest:\n{}".format(e)
)