Browse Source

Fixed bug with environment variables

Steven Engler 3 years ago
parent
commit
d466656665
1 changed files with 1 additions and 0 deletions
  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: