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.
1 parent 8e65c61 commit 80a0a40Copy full SHA for 80a0a40
setup.py
@@ -47,7 +47,7 @@
47
48
while not re.match(r"^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]*$",
49
ee_email):
50
- print("EMail not Valid, Please enter again")
+ print("Invalid email address, please try again")
51
ee_email = input("Enter your email: ")
52
53
os.system("git config --global user.name {0}".format(ee_user))
0 commit comments