Package: python3-hpilo Version: 4.4.3-1 Severity: grave Tags: sid, trixie Found: 4.4.3-2
While running the CLI I have an error: $ hpilo_cli 192.168.1.2 get_product_name user_login=Administrator password=xxxxxx admin_priv=true /usr/bin/hpilo_cli:269: SyntaxWarning: invalid escape sequence '\s' doc = re.sub('\s+', ' ', doc) Traceback (most recent call last): File "/usr/bin/hpilo_cli", line 334, in <module> main() ~~~~^^ File "/usr/bin/hpilo_cli", line 124, in main hpilo_help(None, None, method, None, 2) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/hpilo_cli", line 254, in hpilo_help func = getattr(hpilo.Ilo, value).im_func ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'function' object has no attribute 'im_func' This is reported upstream: https://github.com/seveas/python-hpilo/issues/289 The escape sequence might be due to: https://github.com/seveas/python-hpilo/issues/296 reported as https://bugs.debian.org/1085918 -- William Desportes