From 0592645e9f4d818d01a74d569edb8be55b58b3b1 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 5 Oct 2023 16:07:32 +0200 Subject: [PATCH] migging assignment --- commands/tinfoil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/tinfoil.py b/commands/tinfoil.py index 9f6224b..9645fd2 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -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)