From 0e51a0a868ebc664ae0b5b078fcb3346e92b3310 Mon Sep 17 00:00:00 2001 From: Kern Attila GERMAIN <5556461+KernAttila@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:34:37 +0100 Subject: [PATCH] docs: fix misleading comment --- rqd/rqd/rqconstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rqd/rqd/rqconstants.py b/rqd/rqd/rqconstants.py index 64f3bc009..d2706131a 100644 --- a/rqd/rqd/rqconstants.py +++ b/rqd/rqd/rqconstants.py @@ -69,7 +69,7 @@ # Use the PATH environment variable from the RQD host. RQD_USE_PATH_ENV_VAR = False -# Copy specific environment variable from the submitter to the RQD host. +# Copy specific environment variable from the RQD host to the frame env (it is isolated from the system). RQD_HOST_ENV_VARS = [] RQD_BECOME_JOB_USER = True