WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

Lines changed: 1 addition & 1 deletion
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)