Merge pull request #6926 from jacksontj/develop

Fix typo
This commit is contained in:
David Boucha 2013-08-27 16:27:02 -07:00
commit 95e692d0d0

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