KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
191 stars 49 forks source link

Handle oserror for missing ldconfig in path #117

Closed lparth closed 4 years ago

lparth commented 4 years ago

Currently when ldconfig is not in the path the code looks for exception subprocess.CalledProcessError but the real exception emitted is that of OSError. In this patch I leave the existing subprocess.CalledProcessError and append OSError to it.

github-actions[bot] commented 4 years ago

Stale pull request message