migging assignment
dl / lint (push) Successful in 1m37s Details
dl / docker (push) Successful in 40s Details

This commit is contained in:
Michel Roux 2023-10-05 16:07:32 +02:00
parent 427525d1d0
commit 0592645e9f
1 changed files with 2 additions and 2 deletions

View File

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