Skip to content

Commit

Permalink
Add modify to final else clause #715
Browse files Browse the repository at this point in the history
  • Loading branch information
andreleblanc11 committed Jul 10, 2023
1 parent ca72673 commit 3892ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sarra/sr_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def from_amqplib(self, msg=None ):
sv = md5(bytes(self.relpath,'utf-8')).hexdigest()
self.headers[ "sum" ] = sa + ',' + sv
self.sumstr = self.headers['sum']
self.event = 'modify'

if 'fileOp'in self.headers.keys():
sv = md5(bytes(self.headers['relPath'],'utf-8')).hexdigest()
Expand Down

0 comments on commit 3892ea4

Please sign in to comment.