#2 [secaudit,info] subprocess with stdin PIPE without communication inwards
Closed 4 years ago by puiterwijk. Opened 4 years ago by puiterwijk.

In joystick/consumers/fedora_messaging_consumer.py, line 21, subprocess.Popen is being called with stdin=subprocess.PIPE, while there's never any input passed in.
Why is this the case?


I've been using this method as a boilerplate for the Python function. This should be replaced by subprocess.run

Metadata Update from @puiterwijk:
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata