use session_id directly as dir
This commit is contained in:
parent
a2a1e86d0e
commit
808170c6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class DirManager:
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def SESSION(self):
|
def SESSION(self):
|
||||||
return self.OUTPUT_DIR / f"test-{self.session_id}"
|
return self.OUTPUT_DIR / self.session_id
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def RECORDS(self):
|
def RECORDS(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue