Skip to content

Commit 80a0a40

Browse files
committed
Better message for Invalid email address
1 parent 8e65c61 commit 80a0a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
while not re.match(r"^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]*$",
4949
ee_email):
50-
print("EMail not Valid, Please enter again")
50+
print("Invalid email address, please try again")
5151
ee_email = input("Enter your email: ")
5252

5353
os.system("git config --global user.name {0}".format(ee_user))

0 commit comments

Comments
 (0)