Skip to content

Conversation

@mavel101
Copy link
Contributor

@mavel101 mavel101 commented Nov 4, 2025

Solves #363 by printing/storing both stdout and stderr

python/bart.py Outdated
stdout += stdout_line
print(stdout_line, end="")
proc.stdout.close()
def read_stream(stream, buffer, prefix=""):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The prefix arg seems to be unused, so I would remove that.

@schaten
Copy link
Contributor

schaten commented Nov 11, 2025

Hi, looks good I think!

@mavel101
Copy link
Contributor Author

I removed the prefix arg and also the unnecessary semicolons in the file.

@uecker uecker merged commit 028bc54 into mrirecon:master Nov 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants