Oops!
This commit is contained in:
parent
250c01d40a
commit
61d83d0938
|
@ -26,7 +26,6 @@ class Formatter:
|
|||
# store all blocks in a dictionary
|
||||
self.blocks = []
|
||||
for section in self.sections:
|
||||
self.add_identifier( section.name, section );
|
||||
for block in section.blocks.values():
|
||||
self.add_identifier( block.name, block )
|
||||
|
||||
|
|
Loading…
Reference in New Issue