dragxd commited on
Commit
2ff1dd3
·
verified ·
1 Parent(s): e6fd5af

Update OneApi/deployment/host.py

Browse files
Files changed (1) hide show
  1. OneApi/deployment/host.py +2 -2
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 clonned repo!, Files found in repo: {len(ls.split('\n')) 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(
 
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(