Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Jul 19, 2024
1 parent 86c8214 commit 977bcb6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyk/src/pyk/ktool/krun.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,14 @@ def _krun(
else:
bug_report.add_command(args)

return run_process(args, check=check, pipe_stderr=pipe_stderr, pipe_stdout=not proof_hint, logger=logger or _LOGGER, exec_process=debugger)
return run_process(
args,
check=check,
pipe_stderr=pipe_stderr,
pipe_stdout=not proof_hint,
logger=logger or _LOGGER,
exec_process=debugger,
)


def _build_arg_list(
Expand Down

0 comments on commit 977bcb6

Please sign in to comment.