From c32ca3cae37cbf10523a8b3333d254d0a68286fa Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 9 Jan 2025 22:24:03 -0500 Subject: [PATCH] Fix sortmaps.py --- sortmaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortmaps.py b/sortmaps.py index 880da97..54a3e3d 100755 --- a/sortmaps.py +++ b/sortmaps.py @@ -5,7 +5,7 @@ import glob import csv -maps_dir = os.path.join("parsedmarc","resources", "maps") +maps_dir = os.path.join("parsedmarc", "resources", "maps") csv_files = glob.glob(os.path.join(maps_dir, "*.csv"))