mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-06 13:25:44 +01:00
Since Python 2.6, the BaseException.message attribute is deprecated (PEP-352[1]) in favor of e.args[0] or str(e). This commit replaces e.message with str(e). [1] https://www.python.org/dev/peps/pep-0352/ Signed-off-by: Maël Kerbiriou <m431.kerbiriou@gmail.com>
18 KiB
18 KiB