Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In you Python script remove "shell=True," on line 8. Then it should work.

There is no need to have a shell process interpret the tsharkCall array as it is already split up (and not a string). And this way it cannot interfere with the pipeline buffering setup.

In you your Python script remove "shell=True," on line 8. Then it should work.

There is no need to have a shell process interpret the tsharkCall array as it is already split up (and not a string). And this way it cannot interfere with the pipeline buffering setup.