Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|