nsarchive 1.2.6__tar.gz → 1.2.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nsarchive
3
- Version: 1.2.6
3
+ Version: 1.2.7
4
4
  Summary:
5
5
  License: GPL-3.0
6
6
  Author: happex
@@ -196,6 +196,10 @@ class EntityInstance:
196
196
  groups.extend(self.fetch_entities({'_type': 'organization', 'owner_id': id}))
197
197
 
198
198
  for group in groups:
199
+ if group is None:
200
+ groups.remove(group)
201
+ continue
202
+
199
203
  for member in group.members:
200
204
  if member.id == id:
201
205
  break
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "nsarchive"
3
- version = "1.2.6"
3
+ version = "1.2.7"
4
4
  description = ""
5
5
  authors = ["happex <110610727+okayhappex@users.noreply.github.com>"]
6
6
  license = "GPL-3.0"
File without changes
File without changes