different run directory
This commit is contained in:
parent
086fad8602
commit
b6be9cee2d
|
@ -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"]
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user