ionelmc / python-redis-lock

Lock context manager implemented via redis SET NX EX and BLPOP.
https://pypi.python.org/pypi/python-redis-lock
BSD 2-Clause "Simplified" License
550 stars 78 forks source link

corrected code example in troubleshooting section #65

Closed timrichardson closed 5 years ago

timrichardson commented 5 years ago

corrected code example in troubleshooting section

codecov-io commented 5 years ago

Codecov Report

Merging #65 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   94.42%   94.42%           
=======================================
  Files           7        7           
  Lines         699      699           
  Branches       57       57           
=======================================
  Hits          660      660           
  Misses         26       26           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f51396...dfb27e5. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #65 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   94.42%   94.42%           
=======================================
  Files           7        7           
  Lines         699      699           
  Branches       57       57           
=======================================
  Hits          660      660           
  Misses         26       26           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f51396...a02fac0. Read the comment docs.

ionelmc commented 5 years ago

Oooof .. sorry to nitpick but can you put that space after the comma?