Исправляем ошибку пропуска модулей при сборке

This commit is contained in:
2022-05-19 08:20:45 +03:00
parent 85289144bc
commit 29a2762788
3 changed files with 266 additions and 49 deletions

View File

@@ -28,6 +28,8 @@ def getDirs(path):
excludeDirs = excludeDirs + "\n-<" + maybeDir + ">"
else:
yield file
else:
yield file
def getPIOLibs(patch):