From: Tony Mack Date: Tue, 6 Apr 2010 21:39:59 +0000 (+0000) Subject: fix NameError X-Git-Tag: sfa-0.9-11~11 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=2bc36ff846ff9b969df0a471d403153abb3ba16f fix NameError --- diff --git a/sfa/server/aggregate.py b/sfa/server/aggregate.py index 0ecc01d2..aecc3b69 100644 --- a/sfa/server/aggregate.py +++ b/sfa/server/aggregate.py @@ -46,5 +46,5 @@ class Aggregates(Interfaces): local_aggregate = {'hrn': self.api.hrn, 'addr': address, 'port': port} self.interfaces.append(local_aggregate) connections[self.api.hrn] = xmlrpcprotocol.get_server(url, self.api.key_file, self.api.cert_file) - return connetions + return connections