1
0
Fork 0
mirror of synced 2024-06-17 10:04:43 +12:00

InstallDialog: Remove unused arguments

This commit is contained in:
loathingKernel 2022-06-26 19:07:16 +03:00
parent d4bf783018
commit 51c45015a4

View file

@ -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