mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Move sortmaps.py
This commit is contained in:
2
build.sh
2
build.sh
@@ -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
|
||||
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user