mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 16:48:13 +08:00
Fail on duplicates between lists
This commit is contained in:
parent
c54a0233e9
commit
f39c3d8ea5
@ -86,6 +86,7 @@ def check_for_intersection(filename_a, filename_b):
|
|||||||
print("The following domains appear in both lists:")
|
print("The following domains appear in both lists:")
|
||||||
for line in sorted(intersection):
|
for line in sorted(intersection):
|
||||||
print("* {}".format(line))
|
print("* {}".format(line))
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user