Skip to content
Snippets Groups Projects
Commit 97dba99a authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: debug not warn for setup.py extraction error

parent 81741e6f
No related merge requests found
......@@ -83,7 +83,7 @@ export async function extractPackageFile(
try {
setup = await extractSetupFile(content, packageFile, config);
} catch (err) {
logger.warn({ err, content, packageFile }, 'Failed to read setup.py file');
logger.debug({ err, content, packageFile }, 'Failed to read setup.py file');
}
if (!setup) {
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment