You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. in this line: self.info_name_list = [key for key in self.info_json["environment"]["objects"].keys()] only the environment objects are considered. But especially when PITA 2.0 is done, several areas with the keywords "Area1", "Area2" etc. will be present in the JSON files.
The text was updated successfully, but these errors were encountered:
e.g. in this line:
self.info_name_list = [key for key in self.info_json["environment"]["objects"].keys()]
only the environment objects are considered. But especially when PITA 2.0 is done, several areas with the keywords "Area1", "Area2" etc. will be present in the JSON files.The text was updated successfully, but these errors were encountered: