Skip to content

fix: self.stdout_path = '/dev/stdout' not possible in Python 3 anymore - #13

Open
webbrain-one wants to merge 1 commit into
arnaudsj:masterfrom
webbrain-one:webbrain/issue-10
Open

fix: self.stdout_path = '/dev/stdout' not possible in Python 3 anymore#13
webbrain-one wants to merge 1 commit into
arnaudsj:masterfrom
webbrain-one:webbrain/issue-10

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #10

Using `/dev/stdout` raises `io.UnsupportedOperation` in Python 3 because
standard streams are not seekable.

Adjust the runner to support non-seekable file paths.
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.

self.stdout_path = '/dev/stdout' not possible in Python 3 anymore

1 participant