Update OneApi/deployment/host.py
Browse files
OneApi/deployment/host.py
CHANGED
@@ -58,8 +58,8 @@ class Host:
|
|
58 |
await database.add_log(
|
59 |
user_id,
|
60 |
project_id,
|
61 |
-
f"Successfully
|
62 |
-
|
63 |
|
64 |
if not await aiofiles.os.path.isfile(f"{repo_folder}/ElevenHost.yaml"):
|
65 |
await database.add_log(
|
|
|
58 |
await database.add_log(
|
59 |
user_id,
|
60 |
project_id,
|
61 |
+
print(f"Successfully cloned repo! Files found in repo: {len(ls.splitlines()) if '\n' in ls else 0}")
|
62 |
+
|
63 |
|
64 |
if not await aiofiles.os.path.isfile(f"{repo_folder}/ElevenHost.yaml"):
|
65 |
await database.add_log(
|