Commit 1aeba985 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5.util: Fix property name

   title is undefined, use self.name instead.
parent bd362228
......@@ -133,7 +133,7 @@ class SlapOSMasterCommunicator(object):
@retryOnNetworkFailure
def getInstanceUrlList(self):
return self.hateoas_navigator.getHostingSubscriptionInstanceList(
self.title)
self.name)
@retryOnNetworkFailure
def getInformationFromInstance(self, url):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment