bug fixes related to code generation

This commit is contained in:
paul
2024-09-30 15:30:46 +05:30
parent c39960348d
commit b8bd0c74a6
14 changed files with 98 additions and 36 deletions

View File

@@ -130,6 +130,8 @@ async function generateTkinterCode(projectName, widgetList=[], widgetRefs=[], as
message.info("starting zipping files, download will start in a few seconds")
return
const createFileList = [
{
fileData: code.join(""),
@@ -138,7 +140,6 @@ async function generateTkinterCode(projectName, widgetList=[], widgetRefs=[], as
}
]
console.log("requirements: ", requirements)
if (requirements.length > 0){
createFileList.push({