Minor bug fix
authorAndrew Bavier <acb@aether.cs.princeton.edu>
Thu, 19 Jan 2012 20:00:09 +0000 (15:00 -0500)
committerAndrew Bavier <acb@aether.cs.princeton.edu>
Thu, 19 Jan 2012 20:00:09 +0000 (15:00 -0500)
sfa/rspecs/versions/sfav1.py

index 39bbac5..ab022df 100644 (file)
@@ -101,7 +101,7 @@ class SFAv1(BaseVersion):
             sliver_attributes = self.get_sliver_attributes(nodename, network)
             for sliver_attribute in sliver_attributes:
                 sliver_attribute['node_id'] = nodename
-                attributes.append(attribute)
+                attributes.append(sliver_attribute)
         return attributes