← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 368584] Re: Some issues in Helpers.py

 

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)