more docs

This commit is contained in:
Matthias 2021-12-29 15:53:23 +01:00
parent 972f93f6d8
commit 410c190ddf
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -500,6 +500,7 @@ def extract_serial_numbers(serials, expected_quantity, next_number: int):
errors.append(_("Invalid group: {g}").format(g=group))
continue
# Group is a number
else:
if group in numbers:
errors.append(_("Duplicate serial: {g}".format(g=group)))