Skip to content

Commit f2a446e

Browse files
authored
Merge pull request #195 from ligangty/index
Fix a wrong logger typo
2 parents d64ad34 + 7abdd29 commit f2a446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charon/pkgs/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def re_index(
276276
contents = [i for i in items if not i.endswith(PROD_INFO_SUFFIX)]
277277
if PACKAGE_TYPE_NPM == package_type:
278278
if any([True if "package.json" in c else False for c in contents]):
279-
logger.warn(
279+
logger.warning(
280280
"The path %s contains NPM package.json which will work as "
281281
"package metadata for indexing. This indexing is ignored.",
282282
path

0 commit comments

Comments
 (0)