fffiloni commited on
Commit
c5e64ee
1 Parent(s): 1091c7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def process(git_repo_url, space_destination, user_token):
13
 
14
  # Check if space ID is correct including username
15
  if str(your_username) in str(space_destination):
16
- print "username is present: good to continue"
17
  else:
18
  space_destination = f"{your_username}/{space_destination}"
19
  print("user forgot to mention his username in space_destination")
 
13
 
14
  # Check if space ID is correct including username
15
  if str(your_username) in str(space_destination):
16
+ print("username is present: good to continue")
17
  else:
18
  space_destination = f"{your_username}/{space_destination}"
19
  print("user forgot to mention his username in space_destination")