Skip to content

Commit 35d28de

Browse files
committed
Fixed problem querying non-default component
1 parent cd61ae6 commit 35d28de

File tree

6 files changed

+1
-894
lines changed

6 files changed

+1
-894
lines changed

elmclient/_relm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class RELMApp(_app._App):
6060
def __init__(self, server, contextroot, jts=None):
6161
super().__init__(server, contextroot, jts=jts)
6262

63-
self.rootservices_xml = self.execute_get_xml( self.reluri('rootservices'), intent="Retrieve RELM/ENI toot services" )
63+
self.rootservices_xml = self.execute_get_xml( self.reluri('rootservices'), intent="Retrieve RELM/ENI root services" )
6464
# self.serviceproviders = 'gc:globalConfigServiceProviders'
6565
# self.default_query_resource = 'oslc_config:Configuration'
6666
# register some app-specific namespaces

elmclient/_rm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ def load_components_and_configurations(self,force=False):
364364
return (ncomps, nconfs)
365365

366366
def get_local_config(self, name_or_uri):
367-
self.load_components_and_configurations()
368367
result = None
369368
filter = None
370369
if name_or_uri.startswith("S:"):

0 commit comments

Comments
 (0)