Skip to content

Commit

Permalink
Fix space.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 6, 2016
1 parent 8534376 commit 80d3f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis_lock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def extend(self, expire=None):
raise NotExpirable("Lock %s has no assigned expiration time" %
self._name)
elif error:
raise RuntimeError("Unsupported error code %s from EXTEND script" % error)
raise RuntimeError("Unsupported error code %s from EXTEND script" % error)

def _lock_renewer(self, interval):
"""
Expand Down

0 comments on commit 80d3f24

Please sign in to comment.