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 8db216c commit 2c71168Copy full SHA for 2c71168
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