diff --git a/code/client/munkilib/updatecheck.py b/code/client/munkilib/updatecheck.py index e5c13d5b..9f6d365b 100755 --- a/code/client/munkilib/updatecheck.py +++ b/code/client/munkilib/updatecheck.py @@ -2403,7 +2403,7 @@ def getManifestValueForKey(manifestpath, keyname): plist = getManifestData(manifestpath) try: return plist.get(keyname, None) - except AttributeError as e: + except AttributeError, e: munkicommon.display_error( 'Failed to get manifest value for key: %s (%s)', manifestpath, keyname)