commix icon indicating copy to clipboard operation
commix copied to clipboard

Commix Not Executed Properly When Run Programatically

Open nik-ngp opened this issue 8 months ago • 9 comments

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: image

What are the running context details?

  • Installation method pacman
  • Client OS Arch Linux, Garuda, x86_64
  • Program version v4.0-dev#53

nik-ngp avatar May 30 '24 12:05 nik-ngp