We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b56e6 commit aa33f5aCopy full SHA for aa33f5a
src/compas/rpc/proxy.py
@@ -229,7 +229,7 @@ def start_server(self):
229
Popen
230
except NameError:
231
self._process = Process()
232
- self._process.StartInfo.EvironmentVariables = env
+ self._process.StartInfo.EnvironmentVariables = env
233
self._process.StartInfo.UseShellExecute = False
234
self._process.StartInfo.RedirectStandardOutput = True
235
self._process.StartInfo.RedirectStandardError = True
0 commit comments