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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def process(git_repo_url, space_destination, user_token):
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"
20
 
21
  # Create a temporary directory to clone the repository
22
  tmp_dir = tempfile.mkdtemp()
 
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")
20
 
21
  # Create a temporary directory to clone the repository
22
  tmp_dir = tempfile.mkdtemp()