mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Fix for boot_volume_is_cs_converting(); thanks to @tcinbis
This commit is contained in:
@@ -67,7 +67,7 @@ def boot_volume_is_cs_converting():
|
||||
# diskutil cs info returns error if volume is not CoreStorage
|
||||
return False
|
||||
try:
|
||||
csinfo_plist = FoundationPlist.readPlist(output)
|
||||
csinfo_plist = FoundationPlist.readPlistFromString(output)
|
||||
except FoundationPlist.FoundationPlistException:
|
||||
return False
|
||||
conversion_state = csinfo_plist.get(
|
||||
|
||||
Reference in New Issue
Block a user