iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

python/cmake: remove extraneous comma between variables #4833

Closed hhoffstaette closed 10 months ago

hhoffstaette commented 10 months ago

The spurious comma prevents the expression from working as intended.

Fixes: https://github.com/iovisor/bcc/commit/6813fbce8718bede5075272cdc3ab9314eb91b5c Fixes: https://github.com/iovisor/bcc/issues/4830