Skip to content

Commit

Permalink
Updated file with prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj committed Feb 7, 2021
1 parent 04de691 commit a0c25f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def check_point(points):

def SubmitUserName():
User = str(UserName.get())
print(type(User))
print("Directory created!!")
mkpath(User)
path = str(os.getcwd())+"/"+(User)
#going to the directory
Expand Down

0 comments on commit a0c25f5

Please sign in to comment.