diff --git a/nile/downloading/manager.py b/nile/downloading/manager.py index 029d591..2961515 100644 --- a/nile/downloading/manager.py +++ b/nile/downloading/manager.py @@ -110,6 +110,7 @@ def download(self, force_verifying=False, base_install_path="", install_path="") self.logger.debug(f"Number of files {len(patchmanifest.files)}") if len(patchmanifest.files) == 0: self.logger.info("Game is up to date") + self.finish(False) return total_size = sum(f.download_size for f in patchmanifest.files) self.info()