Commit a0f75e85 authored by kliment's avatar kliment

Merge pull request #337 from KazW/experimental

[printcore] Have print_thread rejoin execution thread.
parents 80d465c2 c3f7e4c1
......@@ -289,6 +289,8 @@ class printcore():
self.sentlines = {}
self.log = []
self.sent = []
self.print_thread.join()
self.print_thread = None
if self.endcb:
#callback for printing done
try: self.endcb()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment