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
self.logger.warning(f"using first network group {self.network_group_name} and ignoring {len(self.network_groups) -1} other(s) e.g. {self.network_groups[1]['organizationShortName']}, etc...")
50
+
self.logger.warning(f"using first network group {self.network_group_name} and ignoring {len(self.network_groups) -1} other(s) e.g. {self.network_groups[1]['shortName']}, etc...")
51
51
eliflen(self.network_groups) ==1:
52
52
self.logger.debug(f"using the only available network group: {self.network_group_name}")
0 commit comments