mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
commit
95e692d0d0
@ -1995,7 +1995,7 @@ class ClearFuncs(object):
|
||||
# if this a compound function
|
||||
else:
|
||||
funs_to_check = clear_load['fun']
|
||||
for func in funs_to_check:
|
||||
for fun in funs_to_check:
|
||||
if re.match(module_re, fun):
|
||||
good = False
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user