Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieHuang2008 committed Oct 1, 2024
1 parent 46e93b7 commit fdade2e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions script/compile_all_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
import hashlib
import json


print(os.getcwd())
print(os.listdir())


if not os.path.exists("tutorial/build"):
os.makedirs("tutorial/build")

all_tutorials = []
for root, dirs, files in os.walk("tutorial/src"):
Expand Down

0 comments on commit fdade2e

Please sign in to comment.