From fd9cd852543285ba61a464d2d7d1af50903813a2 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 19 May 2023 11:18:43 -0600 Subject: [PATCH] install.py: Fix function declaration --- resources/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install.py b/resources/install.py index b2d9d2d3e..1ff497de5 100644 --- a/resources/install.py +++ b/resources/install.py @@ -77,7 +77,7 @@ class tui_disk_installation: return supported_partitions - def _determine_sd_card(media_name: str): + def _determine_sd_card(self, media_name: str): # Array filled with common SD Card names # Note most USB-based SD Card readers generally report as "Storage Device" # Thus no reliable way to detect further without parsing IOService output (kUSBProductString)