qlever-control icon indicating copy to clipboard operation
qlever-control copied to clipboard

Please fix the bug

Open leonqli opened this issue 8 months ago • 0 comments

The original code will fail if there is a zombie process. Correct one: cmdline = " ".join(pinfo.get("cmdline") or [])

https://github.com/ad-freiburg/qlever-control/blob/bd07360654a432216e46770650bf5fb3f978f3c8/src/qlever/util.py#L288

leonqli avatar Aug 18 '25 19:08 leonqli