Some repr went crazy

This commit is contained in:
Dave Halter
2017-12-29 03:58:02 +01:00
parent 95bf858669
commit 2ba46759fc

View File

@@ -134,7 +134,7 @@ class NameFinder(object):
break
debug.dbg('finder.filter_name %s in (%s): %s@%s',
repr(self._string_name), self._context, names, self._position)
self._string_name, self._context, names, self._position)
return list(names)
def _check_getattr(self, inst):