We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51f04e commit 3a51cb4Copy full SHA for 3a51cb4
1 file changed
src/somesy/pyproject/models.py
@@ -149,7 +149,7 @@ def validate_email_format(cls, v):
149
validated.append(author)
150
else:
151
logger.warning(f"Same person {author} is added multiple times.")
152
- elif " " in author and EMailAddress.validate_python(
+ elif "@" in author and EMailAddress.validate_python(
153
author.split(" ")[-1][1:-1]
154
):
155
0 commit comments