From cd5f7bb6b2de3be51a819a8ef3c4388d744ae702 Mon Sep 17 00:00:00 2001 From: 64Core <64core@pm.me> Date: Wed, 29 Mar 2023 22:45:20 -0500 Subject: [PATCH] PR #77 More Linting Fixes, Comment out dead branch that would never be hit. --- itchiodl/game.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/itchiodl/game.py b/itchiodl/game.py index 26d5e5e..c37a561 100644 --- a/itchiodl/game.py +++ b/itchiodl/game.py @@ -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()