This commit is contained in:
zandercymatics 2023-11-01 12:01:10 -06:00
parent d807209029
commit ac2d2a6300
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 57 additions and 12 deletions

View file

@ -121,10 +121,6 @@ class LoadExtraTransitionDomain:
self.domain_object = ExtraTransitionDomain(**arguments)
self.domain_object.parse_all_files()
# Given the data we just parsed, update each
# transition domain object with that data.
self.update_transition_domain_models()
def update_transition_domain_models(self):
"""Updates TransitionDomain objects based off the file content
given in self.domain_object"""