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.
2 | No.2 Revision |
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.