one other change
git-svn-id: file:///home/svn/incoming/trunk@3555 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8b4ddab401
commit
e22b38ee8c
|
@ -70,9 +70,9 @@ class PayloadSet < ModuleSet
|
|||
# of singles, stagers, and stages.
|
||||
#
|
||||
def recalculate
|
||||
# Reset the current hash associations
|
||||
self.each_key { |key|
|
||||
manager.delete(key)
|
||||
# Reset the current hash associations for all non-symbolic modules
|
||||
self.each_pair { |key, v|
|
||||
manager.delete(key) if (v != SymbolicModule)
|
||||
}
|
||||
|
||||
self.delete_if { |k, v|
|
||||
|
|
Loading…
Reference in New Issue