Enhancement: add ASN to consume rejection message (#6217)

This commit is contained in:
Elias Probst 2024-03-29 03:38:29 +01:00 committed by GitHub
parent fbe7acc6b0
commit 41fc11efff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -368,7 +368,7 @@ class Consumer(LoggingMixin):
if Document.objects.filter(archive_serial_number=self.override_asn).exists():
self._fail(
ConsumerStatusShortMessage.ASN_ALREADY_EXISTS,
f"Not consuming {self.filename}: Given ASN already exists!",
f"Not consuming {self.filename}: Given ASN {self.override_asn} already exists!",
)
def run_pre_consume_script(self):