mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-08 14:26:07 +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>
44 KiB
44 KiB