mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Proper code formatting
This commit is contained in:
parent
5004771d79
commit
31a03b1d30
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue