Skip to content

Commit 2eb3d00

Browse files
committed
Fixed add contributors log msg
1 parent 59a28fc commit 2eb3d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/usecases/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def execute(self):
741741
if response and not response.data.get("invalidUsers"):
742742
logger.info(
743743
f"Added {len(_to_add)}/{len(emails)} "
744-
f"contributors to the project {self._project.name} with the {role} role."
744+
f"contributors to the project {self._project.name} with the {role.name} role."
745745
)
746746

747747
if to_skip:

0 commit comments

Comments
 (0)