[Reproducible-commits] [diffoscope] 17/17: Do not shut down the executor, to make run_diffoscope re-entrant

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Dec 8 18:15:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/parallel2
in repository diffoscope.

commit 7163a52d477e3243697096b82322eab0608dea33
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Dec 3 12:32:58 2015 +0100

    Do not shut down the executor, to make run_diffoscope re-entrant
---
 diffoscope/__main__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diffoscope/__main__.py b/diffoscope/__main__.py
index 7617bd1..3a4a49d 100644
--- a/diffoscope/__main__.py
+++ b/diffoscope/__main__.py
@@ -127,7 +127,6 @@ def run_diffoscope(parsed_args):
         parsed_args.file1, parsed_args.file2)
     if difference:
         difference.finish_threads()
-    Config.general.executor.shutdown(wait=True)
     if difference:
         if parsed_args.html_output:
             with make_printer(parsed_args.html_output) as print_func:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list