aboutsummaryrefslogtreecommitdiff
path: root/sbolint
diff options
context:
space:
mode:
Diffstat (limited to 'sbolint')
-rwxr-xr-xsbolint2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbolint b/sbolint
index d0d9e6e..96c87af 100755
--- a/sbolint
+++ b/sbolint
@@ -1438,7 +1438,7 @@ sub check_pypi_url {
# HTTPS transaction.
$newurl = "https://files.pythonhosted.org/packages/source/$initial/$srcnam/$filename";
if($url ne $newurl) {
- log_warning("$file: canonical pypi URL should be $newurl");
+ log_note("$file: canonical pypi URL should be $newurl");
}
}