Skip to content

Commit b07a680

Browse files
committed
fixed bug in server/sync.py
1 parent 6d84c55 commit b07a680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/sync.py

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def is_renamed(status: str) -> bool:
179179
files = []
180180
for idx, part in enumerate(parts):
181181
if need_pass_next_part:
182+
need_pass_next_part = False
182183
continue
183184

184185
if len(part.strip()) == 0:

0 commit comments

Comments
 (0)