context are significant

This commit is contained in:
Roland Hedberg
2013-01-16 15:32:04 +01:00
parent d155fb8544
commit 1a4107fbb0

View File

@@ -335,7 +335,7 @@ class Config(object):
"""
spec = []
unspec = []
endps = self.getattr("endpoints")
endps = self.getattr("endpoints", context)
if endps and service in endps:
for endpspec in endps[service]:
try: