From 51c45015a47bd90687ced99709db04cf1663572e Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Sun, 26 Jun 2022 19:07:16 +0300 Subject: [PATCH] InstallDialog: Remove unused arguments --- rare/components/dialogs/install_dialog.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rare/components/dialogs/install_dialog.py b/rare/components/dialogs/install_dialog.py index 6aeafb37..053e5801 100644 --- a/rare/components/dialogs/install_dialog.py +++ b/rare/components/dialogs/install_dialog.py @@ -342,16 +342,13 @@ class InstallInfoWorker(QRunnable): dlm, analysis, igame = self.core.prepare_overlay_install( path=self.dl_item.options.base_path, - status_queue=self.dl_item.status_q, - max_workers=self.dl_item.options.max_workers, - force=self.dl_item.options.force, ) download = InstallDownloadModel( dlmanager=dlm, analysis=analysis, - game=self.game, igame=igame, + game=self.game, repair=False, repair_file="", res=ConditionCheckResult(), # empty