different little beauty improvements

This commit is contained in:
David Halter
2013-02-09 03:16:10 +01:00
parent 9540025a02
commit a1e366f791
2 changed files with 6 additions and 14 deletions

View File

@@ -372,8 +372,8 @@ def find_name(scope, name_str, position=None, search_global=False,
if not result and isinstance(nscope, er.Instance):
# __getattr__ / __getattribute__
result += check_getattr(nscope, name_str)
debug.dbg('sfn filter "%s" in %s: %s@%s' % (name_str, nscope, result,
position))
debug.dbg('sfn filter "%s" in (%s-%s): %s@%s' % (name_str, nscope,
scope, result, position))
return result
def descriptor_check(result):