From: Ross Jones Date: Fri, 11 Oct 2013 15:01:29 +0000 Subject: Misplaced return, how was this running X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=a4f327c6873be2b79276e1ec5f786de10d7bf8fd --- Misplaced return, how was this running --- --- a/ckanext/ga_report/download_analytics.py +++ b/ckanext/ga_report/download_analytics.py @@ -262,7 +262,7 @@ if not ga_token_filepath: print 'ERROR: In the CKAN config you need to specify the filepath of the ' \ 'Google Analytics token file under key: googleanalytics.token.filepath' - return + return try: log.info("Trying to refresh our OAuth token")