give better name to our script
This commit is contained in:
parent
bda6d6faf9
commit
ade5049319
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ from datetime import datetime
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S") + "-test"
|
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S") + "-test_all_vlans"
|
||||||
log_dir = Path("./logs") / timestamp
|
log_dir = Path("./logs") / timestamp
|
||||||
log_dir.mkdir(parents=True, exist_ok=True)
|
log_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue