fixed variable naming

This commit is contained in:
iLLiCiTiT 2020-02-12 13:49:34 +01:00
parent ee3115ff2b
commit 0b1451db3f

View file

@ -1643,7 +1643,7 @@ class SyncToAvalonEvent(BaseEvent):
new_name, "task", schema_patterns=self.regex_schemas
)
if not passed_regex:
self.regex_failed.append(ent_infos["entityId"])
self.regex_failed.append(ent_info["entityId"])
continue
if new_name not in self.task_changes_by_avalon_id[mongo_id]: