Skip to content

Commit

Permalink
Merge a1f8c2d into 3ad0308
Browse files Browse the repository at this point in the history
  • Loading branch information
woshihaoren committed Sep 13, 2018
2 parents 3ad0308 + a1f8c2d commit d175acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timeout_decorator/timeout_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def value(self):
"""Read-only property containing data returned from function."""
if self.ready is True:
flag, load = self.__queue.get()
self.__process.join(1)
if flag:
return load
raise load

0 comments on commit d175acb

Please sign in to comment.