Ignore return value from update()
This commit is contained in:
@@ -88,7 +88,7 @@ class Client(object):
|
||||
def update(self, cls, options):
|
||||
obj = cls.new(**options)
|
||||
try:
|
||||
return obj.update(self.session)
|
||||
obj.update(self.session)
|
||||
except Exception as ex:
|
||||
client_exc.parse_exception(ex)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user