cc-2055: switch-to-init.d
-return proper return value when exception is raised in recorder.py
This commit is contained in:
parent
bfb5dc4e58
commit
48e05e4b7f
2 changed files with 12 additions and 14 deletions
|
@ -318,6 +318,7 @@ class AirTimeApiClient(ApiClientInterface):
|
|||
|
||||
except Exception, e:
|
||||
logger.error("Exception: %s", e)
|
||||
response = None
|
||||
|
||||
return response
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue