There was an error while loading. Please reload this page.
1 parent 1a4e640 commit 4269085Copy full SHA for 4269085
nipype/utils/config.py
@@ -316,13 +316,13 @@ def _mock():
316
def stop_display(self):
317
"""Closes the display if started"""
318
if self._display is not None:
319
+ from .. import logging
320
self._display.stop()
321
+ logging.getLogger('interface').debug('Closing display (if virtual)')
322
323
324
@atexit.register
325
def free_display():
326
"""Stop virtual display (if it is up)"""
327
from .. import config
- from .. import logging
328
config.stop_display()
- logging.getLogger('interface').info('Closing display (if virtual)')
0 commit comments