We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d64ad34 + 7abdd29 commit f2a446eCopy full SHA for f2a446e
charon/pkgs/indexing.py
@@ -276,7 +276,7 @@ def re_index(
276
contents = [i for i in items if not i.endswith(PROD_INFO_SUFFIX)]
277
if PACKAGE_TYPE_NPM == package_type:
278
if any([True if "package.json" in c else False for c in contents]):
279
- logger.warn(
+ logger.warning(
280
"The path %s contains NPM package.json which will work as "
281
"package metadata for indexing. This indexing is ignored.",
282
path
0 commit comments