mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
install.py: Fix function declaration
This commit is contained in:
@@ -77,7 +77,7 @@ class tui_disk_installation:
|
|||||||
return supported_partitions
|
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
|
# Array filled with common SD Card names
|
||||||
# Note most USB-based SD Card readers generally report as "Storage Device"
|
# Note most USB-based SD Card readers generally report as "Storage Device"
|
||||||
# Thus no reliable way to detect further without parsing IOService output (kUSBProductString)
|
# Thus no reliable way to detect further without parsing IOService output (kUSBProductString)
|
||||||
|
|||||||
Reference in New Issue
Block a user