chiark / gitweb /
lint: Move the UCM:Tags warning out of pedantic
[fdroidserver.git] / fdroidserver / lint.py
index 90c5221e0896123c09ce96196480c3168111406c..cf63cf6eb214a59737703eaf9cfc0b4700f30d58 100644 (file)
@@ -144,7 +144,7 @@ def main():
                 and not curbuild['commit'].startswith('unknown')
                 and curbuild['vercode'] == app['Current Version Code']
                 and any(s in curbuild['commit'] for s in '.,_-/')):
-            pwarn("Last used commit '%s' looks like a tag, but Update Check Mode is '%s'" % (
+            warn("Last used commit '%s' looks like a tag, but Update Check Mode is '%s'" % (
                 curbuild['commit'], app['Update Check Mode']))
 
         # Dangerous auto updates