Add temp workaround to macserial issue

This commit is contained in:
Mykola Grymalyuk
2020-12-04 15:59:20 -07:00
parent fff9c4b75d
commit ad5004d3e8

View File

@@ -283,6 +283,10 @@ def BuildSMBIOS():
new_model new_model
) )
if serialData == "['']":
# Used as a backup for when macserial fails
print("Failed to load macserial")
else:
# Patch Number Serial # Patch Number Serial
Versions.plist_data = Versions.plist_data.replace( Versions.plist_data = Versions.plist_data.replace(
"W00000000001", "W00000000001",