Skip to content

Commit

Permalink
Preference python3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Jan 30, 2025
1 parent 8aea360 commit 75aa936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal-lab-setup-assets/gen-topo.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/python
#!/usr/bin/python3
import jinja2

TEMPLATE_FILE = "workshop.clab.yml.j2"
NUM_LABS = 30
NUM_LABS = 18

templateLoader = jinja2.FileSystemLoader(searchpath="./")
templateEnv = jinja2.Environment(loader=templateLoader)
Expand Down

0 comments on commit 75aa936

Please sign in to comment.