Fix style.
This commit is contained in:
parent
4759ae87bb
commit
6321f09c66
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def run_with_build_fixers(session: Session, args: List[str], fixers: List[BuildF
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
retcode, contents = run_with_tee(session, args)
|
retcode, contents = run_with_tee(session, args)
|
||||||
except FileNotFoundError as e:
|
except FileNotFoundError:
|
||||||
error = MissingCommand(args[0])
|
error = MissingCommand(args[0])
|
||||||
retcode = 1
|
retcode = 1
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue