feat(taxonomy): Redirect logs and artifacts to dedicated sub-folders
This commit is contained in:
@@ -26,7 +26,7 @@ class BaseSimulation:
|
||||
self.client.click("btn_reset")
|
||||
time.sleep(0.5)
|
||||
git_dir = os.path.abspath(".")
|
||||
self.project_path = os.path.abspath(f"tests/temp_{project_name.lower()}.toml")
|
||||
self.project_path = os.path.abspath(f"tests/artifacts/temp_{project_name.lower()}.toml")
|
||||
if os.path.exists(self.project_path):
|
||||
os.remove(self.project_path)
|
||||
print(f"[BaseSim] Scaffolding Project: {project_name}")
|
||||
|
||||
Reference in New Issue
Block a user