PR #77 More Linting Fixes, Comment out dead branch that would never be hit.

This commit is contained in:
64Core 2023-03-29 22:45:20 -05:00
parent 85d705901c
commit cd5f7bb6b2

View file

@ -131,10 +131,10 @@ class Game:
hashfile.write(d["md5_hash"])
return
# Old Download or corrupted file?
corrupted = False
if corrupted:
filename.remove()
return
# corrupted = False
# if corrupted:
# filename.remove()
# return
oldpath.mkdir()