Skip to content

Commit 8a342cf

Browse files
committed
cleanup
1 parent 2051d4f commit 8a342cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mergin/merginproject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,6 @@ def resolve_unfinished_pull(self, user_name):
10931093

10941094
for root, dirs, files in fs.walk(self.unfinished_pull_dir):
10951095
for file_name in files:
1096-
# fs.walk() traverses the long-path-prefixed dir, so root (and thus src) is prefixed too;
10971096
src = os.path.join(root, file_name)
10981097
# the relpath base must be prefixed as well to strip it correctly.
10991098
file_path = os.path.relpath(src, long_path(self.unfinished_pull_dir))

0 commit comments

Comments
 (0)