Update app.py
Browse files
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
|
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()
|