Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit c93a0e7

Browse files
committedJun 18, 2016
Make stale overrides less scary
Closes #132
1 parent 72023b9 commit c93a0e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎caniusepython3/pypi.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def all_py3_projects(manual_overrides=None):
124124
pass
125125
log.info(' ' + msg)
126126
if stale_overrides: #pragma: no cover
127-
log.warning('Stale overrides: {0}'.format(stale_overrides))
127+
log.info('Unnecessary (and thus harmless) overrides: '
128+
'{0}'.format(stale_overrides))
128129
projects.update(manual_overrides)
129130
return projects
130131

0 commit comments

Comments
 (0)
This repository has been archived.