diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 04:32:39 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 04:32:39 -0500 |
commit | 1286f37a855aa5e7fca62698847c8d1f6b98a1b7 (patch) | |
tree | 049192cef46b08d77602c92e0628abcf6bcc920c /extras/crystal.py | |
parent | 38b986200243668deb8f80494589b577794ac410 (diff) |
don't add TrainerGroupTable to future dumps
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 49c54be1d..2baaba275 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -8104,8 +8104,8 @@ def run_main(): find_trainer_ids_from_scripts() # and parse the main TrainerGroupTable once we know the max number of trainers - global trainer_group_table - trainer_group_table = TrainerGroupTable() + #global trainer_group_table + #trainer_group_table = TrainerGroupTable() # improve duplicate trainer names make_trainer_group_name_trainer_ids() |