##// END OF EJS Templates
Fixed issue in sync
neko259 -
r1524:ecc7b422 decentral
parent child Browse files
Show More
@@ -189,7 +189,7 b' class SyncManager:'
189 if attached_file is None:
189 if attached_file is None:
190 raise SyncException('File was not dowloaded')
190 raise SyncException('File was not dowloaded')
191
191
192 hash = get_file_hash(file)
192 hash = get_file_hash(attached_file)
193 if hash != attachment.text:
193 if hash != attachment.text:
194 raise SyncException('File hash does not match attachment hash')
194 raise SyncException('File hash does not match attachment hash')
195
195
General Comments 0
You need to be logged in to leave comments. Login now