Skip to content
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

Process substitutions not supported (ERROR: Could not open /dev/fd/63.) #16

Closed
karel-brinda opened this issue Apr 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@karel-brinda
Copy link
Owner

attotree \
            -t 8 \
            -L <(head -n 7  ngono.list) \
            -o ngono.n7.nw
        
[attotree] 2024-04-08 16:02:51 created a temporary directory /var/folders/z6/8lsjsl3x5q94j7041rtdwqyh0000gq/T/tmphv6jy3fz
[attotree] 2024-04-08 16:02:51 Running mash
[attotree] 2024-04-08 16:02:51 Shell command: mash triangle -s 10000 -k 21 -p 8 -l /dev/fd/63
ERROR: Could not open /dev/fd/63.
[attotree] 2024-04-08 16:03:01 Unfinished, an error occurred (error code 1): mash triangle -s 10000 -k 21 -p 8 -l /dev/fd/63
attotree error: A command failed, see messages above.
@karel-brinda
Copy link
Owner Author

Apparently, this is caused by the inability of Python to properly pass the process substitution to the executed apps.

With just mash, it works:

mash triangle -s 10000 -k 21 -p 8 -l <(head -n 61  ngono.list)

This was referenced Apr 8, 2024
@karel-brinda karel-brinda added the bug Something isn't working label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant