mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-19 11:36:37 +00:00
fixup: indentation was wrong on this return
This commit is contained in:
parent
14a02143fb
commit
f82503f1ef
@ -25,7 +25,7 @@ class Command(BaseCommand):
|
|||||||
'The matching source is not configured to write ".nfo" files.'
|
'The matching source is not configured to write ".nfo" files.'
|
||||||
f' ({source=})'
|
f' ({source=})'
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
nfo_path = source.directory_path / self.filename
|
nfo_path = source.directory_path / self.filename
|
||||||
if nfo_path.exists():
|
if nfo_path.exists():
|
||||||
log.debug(
|
log.debug(
|
||||||
|
Loading…
Reference in New Issue
Block a user