Skip to content

Commit

Permalink
decode
Browse files Browse the repository at this point in the history
  • Loading branch information
rteqs committed Nov 22, 2024
1 parent 55ca193 commit 2ad900c
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 @@ -328,7 +328,7 @@ def download(

self._clear_cache()
version_id = self.version_id()
if 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').decode():
return dst

_download(
Expand Down

0 comments on commit 2ad900c

Please sign in to comment.