From: Andy Bavier Date: Mon, 8 Feb 2010 22:07:26 +0000 (+0000) Subject: Minor fix X-Git-Tag: sfa-0.9-11~129 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0892c8476bbadd444df2c7f8b33f60203aca8e00;p=sfa.git Minor fix --- diff --git a/sfa/plc/network.py b/sfa/plc/network.py index 73745f6a..7974e3ab 100644 --- a/sfa/plc/network.py +++ b/sfa/plc/network.py @@ -347,6 +347,9 @@ class Network: return tags def __process_attributes(self, element, node=None): + if element is None: + return + # Do we need to check caller's role before update??? tagtypes = self.getTagTypes() for tt in tagtypes: