Commit 79a5fe8
committed
cmd/git(fix[GitRemoteManager]): Fix invalid doctest using quiet parameter
why: The doctest used quiet=True, but git remote has no --quiet flag.
With kwargs passthrough now working, this caused a TypeError.
what:
- Replace quiet=True with check_returncode=False in doctest1 parent ea59519 commit 79a5fe8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4179 | 4179 | | |
4180 | 4180 | | |
4181 | 4181 | | |
4182 | | - | |
| 4182 | + | |
4183 | 4183 | | |
4184 | 4184 | | |
4185 | 4185 | | |
| |||
0 commit comments