mirror of
https://github.com/munki/munki.git
synced 2026-04-28 00:13:45 -05:00
profiles.py: Fix a logic error that sometimes caused config_profile_info() to return None instead of an empty dictionary
This commit is contained in:
@@ -71,7 +71,7 @@ def config_profile_info(ignore_cache=False):
|
||||
os.unlink(output_plist + '.plist')
|
||||
except BaseException:
|
||||
pass
|
||||
return config_profile_info.cache
|
||||
return config_profile_info.cache
|
||||
|
||||
|
||||
def info_for_installed_identifier(identifier, ignore_cache=False):
|
||||
|
||||
Reference in New Issue
Block a user