https://bugzilla.novell.com/show_bug.cgi?id=807901 https://bugzilla.novell.com/show_bug.cgi?id=807901#c18 --- Comment #18 from Dr. Werner Fink <werner@suse.com> 2013-05-21 17:21:20 UTC --- (In reply to comment #16) I've not done a git clone nore osc clone from python-bugzilla-0.8.0 as I wasn't aware that this exists. The only problem is that IMHO the boolean logic in _login is wrong as e.g. if lwp_format and not self._is_bugzilla_cookie(): and if lwp_format and not self._is_ichain_cookie(): leads to the fact that even if a cookie is valid (not expored and exists) it will not used. IMHO the two lines should become if not lwp_form or not self._is_<xxxxxxx>_cookie(): to be more correct. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.