cc-2055: switch-to-init.d

-return proper return value when exception is raised in recorder.py
This commit is contained in:
martin 2011-06-02 11:36:30 -04:00
parent bfb5dc4e58
commit 48e05e4b7f
2 changed files with 12 additions and 14 deletions

View file

@ -318,6 +318,7 @@ class AirTimeApiClient(ApiClientInterface):
except Exception, e:
logger.error("Exception: %s", e)
response = None
return response