From 6321f09c664608f1039c01e3afb355d44ac78123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Thu, 18 Mar 2021 12:08:29 +0000 Subject: [PATCH] Fix style. --- ognibuild/fix_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ognibuild/fix_build.py b/ognibuild/fix_build.py index 3676534..56a495b 100644 --- a/ognibuild/fix_build.py +++ b/ognibuild/fix_build.py @@ -69,7 +69,7 @@ def run_with_build_fixers(session: Session, args: List[str], fixers: List[BuildF while True: try: retcode, contents = run_with_tee(session, args) - except FileNotFoundError as e: + except FileNotFoundError: error = MissingCommand(args[0]) retcode = 1 else: