Skip to content

Commit

Permalink
Merge pull request #709 from oxbambooxo/patch-1
Browse files Browse the repository at this point in the history
not in units of indent size
  • Loading branch information
minrk committed Jul 24, 2015
2 parents b16846d + e236792 commit e3525f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmq/green/poll.py
Expand Up @@ -90,6 +90,6 @@ def poll(self, timeout=-1):
raise
return []
finally:
if timeout > 0:
tout.cancel()
if timeout > 0:
tout.cancel()

0 comments on commit e3525f6

Please sign in to comment.