Skip to content
Snippets Groups Projects
Commit 246df6e2 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

1.0.6_b2

parent eaa88753
No related branches found
No related tags found
No related merge requests found
# coding=UTF-8
__version__ = '1.0.6_b1'
__version__ = '1.0.6_b2'
......@@ -18,6 +18,9 @@ def close_future(fut, span): # type: (Future, opentracing.Span) -> Future
except ImportError:
return fut
if span is None:
return fut
def inner_close(fut): # type: (Future) -> None
exc = fut.exception()
if exc is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment