Skip to content

Commit

Permalink
examine: Add missing closing )
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Oct 4, 2023
1 parent 920d482 commit 8b94671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ypkg2/examine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b94671

Please # to comment.