feat: Print log directory to make it easier to find
All checks were successful
Build Docker / BuildImage (push) Successful in 34s
All checks were successful
Build Docker / BuildImage (push) Successful in 34s
This commit is contained in:
parent
27e9041bd1
commit
cb4c94a0b4
@ -50,6 +50,8 @@ if not os.path.exists(log_dir):
|
|||||||
os.mkdir("./logs")
|
os.mkdir("./logs")
|
||||||
log_dir = "./logs"
|
log_dir = "./logs"
|
||||||
|
|
||||||
|
print(f"Log directory: {log_dir}", flush=True)
|
||||||
|
|
||||||
|
|
||||||
def find(name, path):
|
def find(name, path):
|
||||||
for root, dirs, files in os.walk(path):
|
for root, dirs, files in os.walk(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user