Comment 5 for bug 1254186

Revision history for this message
kexiaodong (kexiaodong) wrote :

It is line 65,
when os_auth_token is a real token, then six.callable return false, so it will be
 token=lambda:token

It will not work for "token()", result will not be input token but function address.
I have submit bug 1301877 for the new problem