We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ea3f8 commit be4a41cCopy full SHA for be4a41c
example/updown.py
@@ -94,7 +94,7 @@ def main():
94
else:
95
print(name, 'exists with different stats, downloading')
96
res = download(dbx, folder, subfolder, name)
97
- with open(fullname) as f:
+ with open(fullname, 'rb') as f:
98
data = f.read()
99
if res == data:
100
print(name, 'is already synced [content match]')
0 commit comments