Patch some mistakes (according to flake8)

This commit is contained in:
Valentin Niess
2025-05-20 23:27:20 +02:00
parent 331fc6ab7f
commit 60aec8ba25
13 changed files with 28 additions and 53 deletions

View File

@@ -19,6 +19,6 @@ def execute(*args):
bindir = os.path.dirname(deps.PATCHELF)
for binary in args:
installed = getattr(deps, 'ensure_' + binary)()
words = 'has been' if installed else 'already'
words = 'has been' if installed else 'already'
log('INSTALL',
'{:} {:} installed in {:}'.format(binary, words, bindir))