Commit 60c17e9b authored by Rafael Monnerat's avatar Rafael Monnerat Committed by Matevz Golob

erp5.util: Fix property name

   title is undefined, use self.name instead.
parent 91ebde3e
......@@ -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