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 858ad4e commit 2463af4Copy full SHA for 2463af4
src/libvcs/sync/base.py
@@ -81,9 +81,9 @@ def __init__(
81
>>> r.obtain()
82
Cloning into '...'...
83
remote: Enumerating objects: ..., done...
84
- remote: Counting objects: 100% (...), done...
+ remote: Counting objects: ...% (...), done...
85
remote: Total ... (delta 0), reused 0 (delta 0), pack-reused 0...
86
- Receiving objects: 100% (...), done...
+ Receiving objects: ...% (...), done...
87
>>> assert r.dir.exists()
88
>>> assert pathlib.Path(r.dir / '.git').exists()
89
"""
0 commit comments