You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to this issue: #1149 but specific to using circus' library.
Issue
When creating a Watcher, both stdout_stream and stderr_stream do not work. For example, setting any/both to a FileStream to a given filename creates the file but it remains empty.
Example snippet
Create the following script somewhere, just to have something printing to stdout and stderr
Related to this issue: #1149 but specific to using circus' library.
Issue
When creating a Watcher, both
stdout_stream
andstderr_stream
do not work. For example, setting any/both to aFileStream
to a given filename creates the file but it remains empty.Example snippet
Create the following script somewhere, just to have something printing to stdout and stderr
Then, create a Watcher which runs it, like so:
(change the paths appropriately)
Run it, and notice how both files (stdout and err) remain at 0 bytes.
Expected
Both files to be populated with the stdout and err of the script.
Reproducibility
This is consistently reproducible in both Circus 0.16.1 and 0.17.1, on Linux.
The text was updated successfully, but these errors were encountered: