Revision 9f1bbb33

b/snf-common/synnefo/lib/astakos.py
79 79
            return None
80 80
    
81 81
    try:
82
        authenticate(token, authentication_url)
82
        return authenticate(token, authentication_url)
83 83
    except Exception, e:
84 84
        # In case of Unauthorized response return None
85 85
        if e.args and e.args[-1] == 401:

Also available in: Unified diff