Skip to content

Commit 37ed5e5

Browse files
authored
Merge branch 'master' into fix/rqd/cores_count
2 parents b267984 + 8b39636 commit 37ed5e5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rqd/rqd/rqcore.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -788,15 +788,7 @@ def __createEnvVariables(self):
788788
for variable in ["SYSTEMROOT", "APPDATA", "TMP", "COMMONPROGRAMFILES", "SYSTEMDRIVE"]:
789789
if variable in os.environ:
790790
self.frameEnv[variable] = os.environ[variable]
791-
for variable in rqd.rqconstants.RQD_HOST_ENV_VARS:
792-
# Fallback to empty string, easy to spot what is missing in the log
793-
self.frameEnv[variable] = os.environ.get(variable, '')
794791

795-
796-
if platform.system() == "Windows":
797-
for variable in ["SYSTEMROOT", "APPDATA", "TMP", "COMMONPROGRAMFILES", "SYSTEMDRIVE"]:
798-
if variable in os.environ:
799-
self.frameEnv[variable] = os.environ[variable]
800792
if rqd.rqconstants.RQD_HOST_ENV_VARS:
801793
for variable in rqd.rqconstants.RQD_HOST_ENV_VARS:
802794
# Fallback to empty string, easy to spot what is missing in the log

0 commit comments

Comments
 (0)