Skip to content

Commit cf7c611

Browse files
committed
delete line instead comment out
1 parent c6386ea commit cf7c611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,6 @@ def run(self, **inputs):
988988
if xvfb_proc.poll() is not None:
989989
raise Exception('Error: Xvfb did not start')
990990

991-
# old_displaynum = os.getenv('DISPLAY')
992991
runtime.environ['DISPLAY'] = ':%s' % vdisplay_num
993992

994993
runtime = self._run_interface(runtime)

0 commit comments

Comments
 (0)