From ade50493196b9ab8d0cd6f20ae1582d99b6781bc Mon Sep 17 00:00:00 2001 From: sinavir Date: Thu, 5 Feb 2026 09:30:34 +0100 Subject: [PATCH] give better name to our script --- script.py => test_all_vlans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename script.py => test_all_vlans.py (96%) diff --git a/script.py b/test_all_vlans.py similarity index 96% rename from script.py rename to test_all_vlans.py index eda71e9..1883d04 100644 --- a/script.py +++ b/test_all_vlans.py @@ -57,7 +57,7 @@ from datetime import datetime from pathlib import Path 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.mkdir(parents=True, exist_ok=True)