add come verification to values passed into functions and returned from download calls

dont log profile change exception
bump ver
This commit is contained in:
shaun 2016-11-19 10:08:36 +11:00
parent ec28018c61
commit 62c284fdd7
5 changed files with 14 additions and 4 deletions

View file

@ -144,6 +144,9 @@ class ConnectionManager(object):
def _updateServerInfo(self, server, systemInfo):
if server is None or systemInfo is None:
return
server['Name'] = systemInfo['ServerName']
server['Id'] = systemInfo['Id']