Skip to content

Commit 9698c46

Browse files
committed
pop remaining_output when retrying a git svn fetch
1 parent 285c00d commit 9698c46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/source_repo/svn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,9 @@ def _git_svn_fetch(ctx: Context, commands: dict) -> bool:
818818
pop_keys = [
819819
"errors",
820820
"reason",
821+
"remaining_output",
821822
"success",
822-
"warnings"
823+
"warnings",
823824
]
824825
for key in pop_keys:
825826
try:

0 commit comments

Comments
 (0)