commix
commix copied to clipboard
Commix Not Executed Properly When Run Programatically
What's the problem (or question)?
Commix has issues when running under an emulated terminal.
For example, I tried running it within Python (which does execution differently, it creates an actual process) and it worked (edit it does not):
import subprocess
cmd = "commix -r req.txt --ignore-stdin --batch"
returned_value = subprocess.call(cmd, shell=True)
print(returned_value)
How can we reproduce the issue?
https://github.com/nik-ngp/commix-bug
When I run the program in the repo I receive this in the console:
What are the running context details?
- Installation method pacman
- Client OS Arch Linux, Garuda, x86_64
- Program version v4.0-dev#53