Skip to content

Commit

Permalink
syntax error in code path only used on ubuntu 18?
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Jan 15, 2024
1 parent 11302e3 commit d0e7f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def computeIdentity(msg, path, o, offset=0):
msg['identity'] = fxainteg
return
logger.debug("xattr different method than on disk")
calc_method = o.identity
calc_method = o.identity_method
else:
logger.debug("xattr sum too old")
calc_method = o.identity_method
Expand Down

0 comments on commit d0e7f12

Please sign in to comment.