From a31ee550aa969735765ed49667b19e7e8e402de0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 9 Oct 2020 01:32:41 +0200 Subject: [PATCH] remove comment about pyinstaller requirement 4yo, thus not interesting any more. --- src/borg/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/helpers.py b/src/borg/helpers.py index e81c082c4..81f253108 100644 --- a/src/borg/helpers.py +++ b/src/borg/helpers.py @@ -2408,7 +2408,7 @@ def prepare_subprocess_env(system, env=None): # (non-matching) libraries from there. # thus we install the original LDLP, before pyinstaller has modified it: lp_key = 'LD_LIBRARY_PATH' - lp_orig = env.get(lp_key + '_ORIG') # pyinstaller >= 20160820 / v3.2.1 has this + lp_orig = env.get(lp_key + '_ORIG') if lp_orig is not None: env[lp_key] = lp_orig else: