Skip to content

Commit b373152

Browse files
author
gau1991
committed
Better setup handling
1 parent 0c7a4d3 commit b373152

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
print("EasyEngine (ee) will NEVER send your information across")
4040

4141
ee_user = input("Enter your name: ")
42+
while ee_user is "":
43+
print("Name not Valid, Please enter again")
44+
ee_user = input("Enter your name: ")
45+
4246
ee_email = input("Enter your email: ")
4347

4448
while not re.match(r"^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]*$",

0 commit comments

Comments
 (0)