1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +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( dlm, analysis, igame = self.core.prepare_overlay_install(
path=self.dl_item.options.base_path, 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( download = InstallDownloadModel(
dlmanager=dlm, dlmanager=dlm,
analysis=analysis, analysis=analysis,
game=self.game,
igame=igame, igame=igame,
game=self.game,
repair=False, repair=False,
repair_file="", repair_file="",
res=ConditionCheckResult(), # empty res=ConditionCheckResult(), # empty