Use absolute_path instead of Path object in log statement.
This commit is contained in:
parent
7f18a2b9f7
commit
0239ae6b76
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class YCDLDB(
|
|||
*args,
|
||||
**kwargs,
|
||||
)
|
||||
log.debug('Found closest YCDLDB at %s.', path)
|
||||
log.debug('Found closest YCDLDB at %s.', path.absolute_path)
|
||||
return ycdldb
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in a new issue