We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bf977 commit 5868ebdCopy full SHA for 5868ebd
src/gitingest/clone.py
@@ -13,7 +13,6 @@ async def check_repo_exists(url: str) -> bool:
13
stdout=asyncio.subprocess.PIPE,
14
stderr=asyncio.subprocess.PIPE,
15
)
16
- print("Checking if repo exists")
17
stdout, stderr = await proc.communicate()
18
if proc.returncode != 0:
19
return False
0 commit comments