adding comments

This commit is contained in:
IDONTSUDO 2023-07-05 16:03:51 +03:00
parent 9eaf12a4fa
commit 12482ff40f
7 changed files with 102 additions and 75 deletions

View file

@ -20,7 +20,6 @@ def main():
App.newDocument()
env = json.loads((open('./env.json')).read())
assemblyFolder = env.get('assemblyFolder')
assemblyStructure = json.loads(
(open(assemblyFolder + 'step-structure.json')).read())
assemblyNumber = int(env.get('buildNumber')) - 1