Skip to content

Commit

Permalink
fix missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Dec 20, 2024
1 parent 35b0c02 commit 8595267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions siliconcompiler/scheduler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,8 @@ def _run_executable_or_builtin(chip, step, index, version, toolpath, workdir, ru
sc_open(stderr_file) as stderr_reader:
__read_std_streams(chip,
quiet,
is_stdout_log, stdout_reader,
is_stderr_log, stderr_reader)
is_stdout_log, stdout_reader, stdout_print,
is_stderr_log, stderr_reader, stderr_print)

try:
if resource:
Expand Down

0 comments on commit 8595267

Please # to comment.