Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rteqs committed Nov 22, 2024
1 parent d67a729 commit e896cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latch/ldata/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def download(

self._clear_cache()
version_id = self.version_id()
if not not_windows and cache and dst.exists() and version_id == xattr.getxattr(dst_str, 'user.version_id'):
if not_windows and cache and dst.exists() and version_id == xattr.getxattr(dst_str, 'user.version_id'):
return dst

_download(
Expand Down

0 comments on commit e896cd2

Please sign in to comment.