Skip to content
Snippets Groups Projects
Verified Commit f50e8eb0 authored by Luc Everse's avatar Luc Everse :passport_control:
Browse files

Output the Python version and detection pattern in the right order

parent 690ea943
No related branches found
No related tags found
2 merge requests!161Release 2.3.2,!155Output the Python version and detection pattern in the right order
Pipeline #429332 failed
......@@ -166,7 +166,7 @@ public class PythonDetector {
final var matcher = VERSION_PATTERN.matcher(ver);
if (!matcher.matches()) {
logger.warn("{} does not match version pattern {}, skipping",
VERSION_PATTERN.pattern(), ver
ver, VERSION_PATTERN.pattern()
);
return null;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment