mirror of
https://github.com/munki/munki.git
synced 2026-04-21 20:18:20 -05:00
Fix issue where MunkiItems cached data was not being properly reset
This commit is contained in:
@@ -38,6 +38,7 @@ _cache = {}
|
||||
|
||||
def reset():
|
||||
'''clear all our cached values'''
|
||||
global _cache
|
||||
_cache = {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user