From: Ross Jones Date: Fri, 11 Oct 2013 14:58:52 +0000 Subject: Typoe X-Git-Url: https://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=26263f359e95ac344b8e8358c0a0028fa39d66da --- Typoe --- --- a/ckanext/ga_report/download_analytics.py +++ b/ckanext/ga_report/download_analytics.py @@ -268,7 +268,7 @@ log.info("Trying to refresh our OAuth token") self.token, svc = init_service(ga_token_filepath, None) log.info("OAuth token refreshed") - except Exception auth_exception: + except Exception, auth_exception: log.error("Oauth refresh failed") log.exception(auth_exception) return