mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-01 01:46:16 +00:00
Proper code formatting
This commit is contained in:
@@ -141,7 +141,8 @@ class Consumer(LoggingMixin):
|
||||
if Document.objects.filter(archive_serial_number=self.override_asn).exists():
|
||||
self.log(
|
||||
"warning",
|
||||
f"A document with ASN {self.override_asn} already exists. No ASN will be set!",
|
||||
f"A document with ASN {self.override_asn} already exists. "
|
||||
+ "No ASN will be set!",
|
||||
)
|
||||
self.override_asn = None
|
||||
|
||||
|
Reference in New Issue
Block a user