Missing comma introduced in commit 15e082ae45 causes MSU to crash

This commit is contained in:
Justin McWilliams
2012-12-18 12:08:28 -05:00
parent 4401cdbfcd
commit da0891dd9b
+1 -1
View File
@@ -127,7 +127,7 @@ def pref(pref_name):
'InstallAppleSoftwareUpdates': False,
'AppleSoftwareUpdatesOnly': False,
'ShowRemovalDetail': False,
'InstallRequiresLogout': False
'InstallRequiresLogout': False,
'CheckResultsCacheSeconds': None,
}
pref_value = CFPreferencesCopyAppValue(pref_name, BUNDLE_ID)