mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-18 11:06:36 +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.'
|
||||
f' ({source=})'
|
||||
)
|
||||
return
|
||||
return
|
||||
nfo_path = source.directory_path / self.filename
|
||||
if nfo_path.exists():
|
||||
log.debug(
|
||||
|
Loading…
Reference in New Issue
Block a user