We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29021b7 + 4d5dfff commit 85e3765Copy full SHA for 85e3765
src/superannotate/lib/core/usecases/projects.py
@@ -1054,7 +1054,7 @@ def execute(self):
1054
f" to {len(to_add)}/{len(self._emails)} users."
1055
)
1056
if failed:
1057
- to_skip = set(to_skip).update(set(failed))
+ set(to_skip).update(set(failed))
1058
self.reporter.log_info(
1059
f"Skipped team {'admin' if self._set_admin else 'contributor'} "
1060
f"invitations for {len(failed)}/{len(self._emails)} users."
0 commit comments