migging assignment
All checks were successful
dl / lint (push) Successful in 1m37s
dl / docker (push) Successful in 40s

This commit is contained in:
Michel Roux 2023-10-05 16:07:32 +02:00
parent 427525d1d0
commit 0592645e9f

View File

@ -120,9 +120,9 @@ for base in bases:
shortid = fullid[0:-4] shortid = fullid[0:-4]
for dlc in dlcs: for dlc in dlcs:
if fullid in dlc: if shortid in dlc:
remove("nsz/dlc", dlc) remove("nsz/dlc", dlc)
for update in updates: for update in updates:
if fullid in update: if shortid in update:
remove("nsz/updates", update) remove("nsz/updates", update)