Skip to content

Commit

Permalink
fix: [test] remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCruciani committed Sep 21, 2023
1 parent 764f67c commit 25925c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
resultFile = list()
resultList = runAll(domain=domain, limit=math.inf, formatoutput="text", pathOutput=pathTrash, verbose=False, givevariations=givevariations, keeporiginal=False, all_homoglyph=False)

# shutil.rmtree(pathTrash)
shutil.rmtree(pathTrash)

with open(os.path.join(pathTest, file), "r", encoding="utf-8") as read_file:
for line in read_file.readlines():
Expand Down

0 comments on commit 25925c3

Please sign in to comment.