Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
purdeaandrei committed Sep 22, 2024
1 parent 0cd5632 commit 7250f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/glasgow/target/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def execute(self, build_dir=None, *, debug=False):
stdout=subprocess.PIPE, stderr=subprocess.STDOUT) as proc:
for stdout_line in proc.stdout:
stdout_lines.append(stdout_line)
logger.trace(f"build: %s", stdout_line.rstrip())
print("build: ", stdout_line.rstrip())
if proc.wait():
if not logger.isEnabledFor(logging.TRACE): # don't print the log twice
for stdout_line in stdout_lines:
Expand Down

0 comments on commit 7250f61

Please sign in to comment.