From 8b946714de3531b34a78821f8949ef4ab829276c Mon Sep 17 00:00:00 2001 From: Joey Riches Date: Wed, 4 Oct 2023 11:12:00 +0100 Subject: [PATCH] examine: Add missing closing ) --- ypkg2/examine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ypkg2/examine.py b/ypkg2/examine.py index d08e2de..ab04304 100644 --- a/ypkg2/examine.py +++ b/ypkg2/examine.py @@ -422,7 +422,7 @@ def should_nuke_file(self, context, pretty, file, mgs): if pretty.startswith("/emul32"): return True # Nuke AVX2 dir .a files with no remorse - if (pretty.startswith("/usr/lib64/glibc-hwcaps/x86-64-v3/"): + if (pretty.startswith("/usr/lib64/glibc-hwcaps/x86-64-v3/")): if ".so" not in pretty: return True # Don't want .so links, they're useless.