safer solution
dl / lint (push) Successful in 1m50s Details
dl / docker (push) Successful in 52s Details

This commit is contained in:
Michel Roux 2023-10-27 11:29:09 +02:00
parent bf5575b21f
commit af6619b7bf
1 changed files with 5 additions and 1 deletions

View File

@ -118,7 +118,11 @@ for base in bases:
remove("nsz/base", base)
fullid = get_title_fullid(base)
shortid = fullid[0:-4] if fullid else fullid
if not fullid:
continue
shortid = fullid[0:-4]
for dlc in dlcs:
if shortid in dlc: