[Reproducible-commits] [diffoscope] 18/21: Do not shut down the executor, to make run_diffoscope re-entrant
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Dec 3 15:05:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch pu/parallel2
in repository diffoscope.
commit 03328ceb8c75cf01af944cdcf4804cd42c7b0260
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