We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3115f77 commit ae15499Copy full SHA for ae15499
kamcli/commands/cmd_pstrap.py
@@ -57,7 +57,7 @@ def cli(ctx, all, sysps):
57
ctx.printf("Trapping Kamailio processes with gdb. It can take a while.")
58
59
child = subprocess.Popen(
60
- ["pgrep", "kamailio"], stdout=subprocess.PIPE, shell=False
+ ["pgrep", "kamailio"], stdout=subprocess.PIPE, shell=False, text=True
61
)
62
response = child.communicate()[0]
63
if len(response) > 0:
0 commit comments