Changeset 2680 in products


Ignore:
Timestamp:
Jul 15, 2010 2:15:11 PM (14 years ago)
Author:
mylan
Message:

Move logging of exceptions in more reasonable point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.gauth/trunk/quintagroup/gauth/utility.py

    r2613 r2680  
    7272            return meth(*margs, **mkwargs) 
    7373        except gdata.service.RequestError, e: 
    74             logException("Token Expired -> Update it.") 
    7574            if hasattr(serv, 'ProgrammaticLogin'): 
     75                logException("Token Expired -> Update it.") 
    7676                serv.ProgrammaticLogin() 
    7777                return meth(*margs, **mkwargs) 
Note: See TracChangeset for help on using the changeset viewer.