BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
987 stars 88 forks source link

Linux: removed get_error_details(), use the ScreenShotError details a… #224

Closed BoboTiG closed 1 year ago

BoboTiG commented 1 year ago

…ttribute instead

It should fix threading issues, and prevent old errors messing with new X11 calls.

Changes proposed in this PR

It is very important to keep up to date tests and documentation.

Is your code right?

BoboTiG commented 1 year ago

Hm tox doesn't pass locally either, but using pytest directly yes.