mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
dmg_mount.py: Fix exit loop
This commit is contained in:
@@ -81,6 +81,8 @@ class PatcherSupportPkgMount:
|
|||||||
if i == 2:
|
if i == 2:
|
||||||
self._display_too_many_attempts()
|
self._display_too_many_attempts()
|
||||||
return False
|
return False
|
||||||
|
continue
|
||||||
|
break
|
||||||
|
|
||||||
logging.info("- Mounted DortaniaInternal resources")
|
logging.info("- Mounted DortaniaInternal resources")
|
||||||
return self._merge_dortania_internal_resources()
|
return self._merge_dortania_internal_resources()
|
||||||
|
|||||||
Reference in New Issue
Block a user