different run directory

This commit is contained in:
JJJHolscher 2024-02-15 09:57:59 +01:00
parent 086fad8602
commit b6be9cee2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[project] [project]
name = "jo3util" name = "jo3util"
version = "0.0.13" version = "0.0.15"
description = "" description = ""
dependencies = [] dependencies = []
dynamic = ["readme"] dynamic = ["readme"]

View File

@ -81,7 +81,7 @@ def root_file():
raise NotImplementedError raise NotImplementedError
def run_dir(obj, root=Path(os.path.abspath("./run"))): def run_dir(obj, root=Path(os.path.abspath("./out"))):
run_id: str = json.dumps( run_id: str = json.dumps(
obj, obj,
default=lambda x: vars(x) if hasattr(x, "__dict__") else str(x) default=lambda x: vars(x) if hasattr(x, "__dict__") else str(x)