Skip to content

Commit

Permalink
fk tesla
Browse files Browse the repository at this point in the history
  • Loading branch information
cydia2020 committed May 15, 2024
1 parent 3638dd8 commit f09f986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def create_all(output_path: str):
os.remove(f)

# run python generator scripts first
for f in glob.glob(f"{generator_path}/*/*.py"):
subprocess.check_call(f)
# for f in glob.glob(f"{generator_path}/*/*.py"):
# subprocess.check_call(f)

for src_dir, _, filenames in os.walk(generator_path):
if src_dir == generator_path:
Expand Down

0 comments on commit f09f986

Please sign in to comment.