Skip to content

Commit 2bd8f92

Browse files
committed
fix: keep old logger
1 parent e7c8cb7 commit 2bd8f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/slurm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from ...interfaces.base import CommandLine
1818
from .base import SGELikeBatchManagerBase, logger
1919

20-
iflogger = logging.getLogger('nipype.workflow')
20+
iflogger = logging.getLogger('nipype.interface')
2121

2222

2323
class SLURMPlugin(SGELikeBatchManagerBase):

0 commit comments

Comments
 (0)