fixup: indentation was wrong on this return

This commit is contained in:
tcely 2025-06-11 14:15:10 -04:00 committed by GitHub
parent 14a02143fb
commit f82503f1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(