mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
PR #77 More Linting Fixes, Comment out dead branch that would never be hit.
This commit is contained in:
parent
85d705901c
commit
cd5f7bb6b2
1 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue