Some more cleanup

This commit is contained in:
Reinier Criel 2025-10-25 14:03:19 -07:00
parent 41fda7f6ed
commit 38d3b46939
4 changed files with 5 additions and 4 deletions

View file

@ -29,6 +29,7 @@ if (targetVersionMajor && String(targetVersionMajor).trim() === "3") {
}
// Set eco system
// This can be used in other parts of the code to determine which eco system we are working with
setEcoSystem("py");
initializePackageManager(packageManagerName);