safer solution
This commit is contained in:
parent
bf5575b21f
commit
af6619b7bf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user