formatting

This commit is contained in:
iuvbio
2019-02-19 22:27:20 +01:00
parent bb31e64752
commit 3e2f90a32a
5 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ class IResolver(object):
:param directory: relative or absolute directory path
:return: object instance
"""
logger.debug('Searching for %s %s in \'%s\'', object_type.__name__, object_name, directory)
logger.debug("Searching for %s %s in '%s'", object_type.__name__, object_name, directory)
for entry in directory.iterdir():
# Only consider python files
if not str(entry).endswith('.py'):