Skip to content

Commit e35b1bd

Browse files
committed
fix: handler initialized before update
1 parent 6a5067c commit e35b1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def __init__(self, config):
3333
self.loggers = {'workflow': self._logger,
3434
'filemanip': self._fmlogger,
3535
'interface': self._iflogger}
36-
self.update_logging(self._config)
3736
self._hdlr = None
37+
self.update_logging(self._config)
3838

3939
def enable_file_logging(self):
4040
config = self._config

0 commit comments

Comments
 (0)