From 9490fc1e71b2a68bce7a3e09c6410c9cc1f9e322 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 12 Aug 2023 17:59:44 -0300 Subject: build: fix codespell errors in more files Found by simply running `codespell .`. Environment: codespell 2.2.5-2 on Artix Linux. --- contrib/jail_prober.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/jail_prober.py') diff --git a/contrib/jail_prober.py b/contrib/jail_prober.py index fcfe90eb7..070079e09 100755 --- a/contrib/jail_prober.py +++ b/contrib/jail_prober.py @@ -151,8 +151,8 @@ def run_firejail(program, all_args): if arg: myargs.insert(-1, arg) subprocess.call(myargs) - ans = input('Did %s run correctly? [y]/n ' % program) - if ans in ['n', 'N']: + answer = input('Did %s run correctly? [y]/n ' % program) + if answer in ['n', 'N']: bad_args.append(arg) elif arg: good_args.insert(-1, arg) -- cgit v1.2.3-70-g09d2