This commit is contained in:
Thomas Jackson 2013-08-27 16:21:48 -07:00
parent 641c5aa29f
commit 7f3a5eed54

View File

@ -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