mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-31 21:13:01 -05:00
preprocessor: actually call update_globals()
This is about to be removed, but it may as well work first.
This commit is contained in:
parent
821f2c2ea0
commit
65efbe55e7
|
|
@ -66,7 +66,7 @@ def setup_processor():
|
|||
def main():
|
||||
processor = setup_processor()
|
||||
processor.preprocess()
|
||||
processor.update_globals
|
||||
processor.update_globals()
|
||||
|
||||
# only run against stdin when not included as a module
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user