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 e6b46ba commit 94a3beaCopy full SHA for 94a3bea
nipype/interfaces/base.py
@@ -987,7 +987,8 @@ def run(self, **inputs):
987
time.sleep(0.2) # give Xvfb time to start
988
if xvfb_proc.poll() is not None:
989
raise Exception('Error: Xvfb did not start')
990
- old_displaynum = os.environ['DISPLAY']
+
991
+ # old_displaynum = os.getenv('DISPLAY')
992
runtime.environ['DISPLAY'] = ':%s' % vdisplay_num
993
994
runtime = self._run_interface(runtime)
0 commit comments