Move sortmaps.py

This commit is contained in:
Sean Whalen
2025-01-09 22:08:42 -05:00
parent e1e53ad4cb
commit d08e29a306
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ make html
touch build/html/.nojekyll
cp -rf build/html/* ../../parsedmarc-docs/
cd ..
./parsedmarc/resources/maps/sortmaps.py
./sortmaps.py
python3 tests.py
rm -rf dist/ build/
hatch build

View File

@@ -6,7 +6,7 @@ import glob
import csv
maps_dir = os.path.split(sys.argv[0])[:-1][0]
maps_dir = os.path.join("parsedmarc","resources", "maps")
csv_files = glob.glob(os.path.join(maps_dir, "*.csv"))