Skip to content

Commit d0d2383

Browse files
committed
Main logger is now tagged 'nodev' from 'wish'.
1 parent b2d1625 commit d0d2383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_nodev/collect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
MODULE_BLACKLIST_PATTERN = '|'.join(blacklists.MODULE_BLACKLIST) or NOMATCH_PATTERN
4949
OBJECT_BLACKLIST_PATTERN = '|'.join(blacklists.OBJECT_BLACKLIST) or NOMATCH_PATTERN
5050

51-
logger = logging.getLogger('wish')
51+
logger = logging.getLogger('nodev')
5252

5353

5454
def recurse_import_path(path=None, prefix='', spec='UNKOWN'):

0 commit comments

Comments
 (0)