-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: broken pipe when piping reana-client list #150
Comments
This is a known issue which can be easily reproduced with: $ python -c 'for i in range(10000): print(i)' | head -3
0
1
2
Traceback (most recent call last):
File "<string>", line 1, in <module>
IOError: [Errno 32] Broken pipe The only proposed solution is for Python3 (currently we only support 2.7 in client). |
There are some workarounds like: |
It still shows up. The only way to make it for me is to redirect For BSM Search I am going to switch the |
When running BSM Search demo:
The text was updated successfully, but these errors were encountered: