whitespace
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 4 Aug 2011 17:08:11 +0000 (13:08 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 4 Aug 2011 17:08:11 +0000 (13:08 -0400)
sfa/rspecs/pg_rspec.py

index 054e429..4f08ec6 100755 (executable)
@@ -190,12 +190,13 @@ class PGRSpec(RSpec):
 
     def add_slivers(self, slivers, sliver_urn=None, no_dupes=False): 
 
-        # all nodes hould already be present in the rspec. Remove all 
+        # all nodes hould already be present in the rspec. Remove all
         # nodes that done have slivers
         slivers = self._process_slivers(slivers)
         slivers_dict = {}
         for sliver in slivers:
             slivers_dict[sliver['hostname']] = sliver
+    
         nodes = self.get_node_elements()
         for node in nodes:
             urn = node.get('component_id')