Fix output in tests.py

This commit is contained in:
Sean Whalen
2023-06-27 15:56:33 -04:00
parent a4b0aabdfb
commit 6c84cfb7c4
+1 -1
View File
@@ -33,7 +33,7 @@ class Test(unittest.TestCase):
for sample_path in sample_paths:
if os.path.isdir(sample_path):
continue
print("Testing {0}:" .format(sample_path), end="")
print("Testing {0}: " .format(sample_path), end="")
parsed_report = parsedmarc.parse_report_file(
sample_path)["report"]
parsedmarc.parsed_aggregate_reports_to_csv(parsed_report)