Skip to content

Commit

Permalink
Merge 800cdbf into aad8c99
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuqlear authored Nov 28, 2018
2 parents aad8c99 + 800cdbf commit a386c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def _key_name(self):
return key

def _acquire(self):
owner = uuid.uuid4()
owner = str(uuid.uuid4())
if self.expire is None:
expire = -1
else:
Expand Down

0 comments on commit a386c9e

Please sign in to comment.