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

2.17.7

parent 8e1e1bee
No related branches found
No related tags found
No related merge requests found
__version__ = '2.17.7a4'
__version__ = '2.17.7'
......@@ -481,6 +481,8 @@ class IntervalTerminableThread(TerminableThread, metaclass=ABCMeta):
"""
def run(self):
from satella.time import measure
self.prepare()
while not self._terminating:
with measure() as measurement:
......
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