a
Push to main / Reset-Version-Tag (push) Successful in 5s

This commit is contained in:
2026-05-18 15:16:47 -06:00
parent 6a2258f7b9
commit fcf565baf2
+1 -3
View File
@@ -32,9 +32,7 @@ for (let modPy of readdirSync(".").filter((f) => f.slice(-3) == ".py")) {
mkdirSync(`${libName}/${modName}`);
// move py file
copyFileSync(modPy, `${libName}/${modPyPath}`, {
encoding: "utf8",
});
copyFileSync(modPy, `${libName}/${modPyPath}`);
// Add module files to repo
writeFileSync(`${libName}/${modInitPath}`, "");