Explorar o código

Fixed bug with environment variables

Steven Engler %!s(int64=4) %!d(string=hai) anos
pai
achega
d466656665
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/chutney/TorNet.py

+ 1 - 0
lib/chutney/TorNet.py

@@ -1617,6 +1617,7 @@ class RemoteNodeController(NodeController):
                 for x in add_environ_vars:
                     cmdline.extend(['{}={}'.format(x, add_environ_vars[x])])
                 #
+                add_environ_vars = None
             #
         #
         if self._env['numa_settings'] is not None: