From 6291f8209494679403cae6d9e32c382dc4e07c9a Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 27 Oct 2021 17:55:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Support=20ocrd=20tab=20completion?= =?UTF-8?q?=20through=20the=20wrapper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrapper/qurator/ocrd_galley/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wrapper/qurator/ocrd_galley/cli.py b/wrapper/qurator/ocrd_galley/cli.py index 3f35922..fdf7ab5 100644 --- a/wrapper/qurator/ocrd_galley/cli.py +++ b/wrapper/qurator/ocrd_galley/cli.py @@ -62,6 +62,7 @@ def docker_run(argv, docker_image): docker_run_options.extend(["--mount", "type=bind,src=%s,target=/data" % os.getcwd()]) docker_run_options.extend(["--user", "%s:%s" % (os.getuid(), os.getgid())]) docker_run_options.extend(["-e", "LOG_LEVEL=%s" % LOG_LEVEL]) + docker_run_options.extend(["-e", "_OCRD_COMPLETE"]) # JAVA_TOOL_OPTIONS is used for Java proxy settings if os.environ.get("JAVA_TOOL_OPTIONS"):