# HG changeset patch # User Paul Boddie # Date 1508453318 -7200 # Node ID 2b0d3d4eff2129d51d0d05119fc659fce21850e0 # Parent a9906639f73db1473948e75e6dc618b259e739a0 Return the loaded object from the load_object method. diff -r a9906639f73d -r 2b0d3d4eff21 imiptools/client.py --- a/imiptools/client.py Thu Oct 19 23:26:15 2017 +0200 +++ b/imiptools/client.py Fri Oct 20 00:48:38 2017 +0200 @@ -463,6 +463,7 @@ "Load the object with the given 'uid' and 'recurrenceid'." self.set_object(self.get_stored_object(uid, recurrenceid)) + return self.obj def set_identity(self, method):