Feature/24026 #3

Merged
giancarlo.panichi merged 194 commits from Feature/24026 into master 2023-11-09 19:12:54 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5937860cf4 - Show all commits

View File

@ -91,7 +91,7 @@ public abstract class SVNUpdater {
case "Python":
return configuration.getSVNPythonDepsList();
case "Python3.6":
return configuration.getSVNPythonDepsList();
return configuration.getSVNPython3_6DepsList();
case "Pre-Installed":
return configuration.getSVNPreInstalledDepsList();
case "Windows-compiled":