Fixed in version 2.5.0.
** Changed in: adchpp
Status: Fix Committed => Fix Released
--
Some issues in Helpers.py
https://bugs.launchpad.net/bugs/368584
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Fix Released
Bug description:
"import pyadchpp as a" is used, but in some cases you call adchpp.foo ->
replaced all adchpp with a
AdcCommand_ERROR_BAD_PASSWORD -> AdcCommand.ERROR_BAD_PASSWORD
answer.addParam("" + a.AdcCommand.SEV_FATAL + code).addParam(msg) ->
answer.addParam(str(a.AdcCommand.SEV_FATAL) + str(code)).addParam(msg)
_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help : https://help.launchpad.net/ListHelp