This commit is contained in:
Jelmer Vernooij 2021-03-17 17:26:12 +00:00
parent 65612f8234
commit f174e7ce7b

View file

@ -70,7 +70,7 @@ def run_with_build_fixers(session: Session, args: List[str], fixers: List[BuildF
try:
retcode, contents = run_with_tee(session, args)
except FileNotFoundError as e:
error = MissingCommand(e.args[0])
error = MissingCommand(args[0])
retcode = 1
else:
if retcode == 0: