From 82015f21d44a0c3135429e88a33026e6933d07a4 Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Sun, 26 Jun 2022 01:25:43 +0300 Subject: [PATCH] Fix ordering in InstallDownloadModel to match `prepare_download` --- rare/utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rare/utils/models.py b/rare/utils/models.py index 16f457d2..0931bd96 100644 --- a/rare/utils/models.py +++ b/rare/utils/models.py @@ -37,8 +37,8 @@ class InstallOptionsModel: class InstallDownloadModel: dlmanager: DLManager analysis: AnalysisResult - game: Game igame: InstalledGame + game: Game repair: bool repair_file: str res: ConditionCheckResult