diff --git a/script/compile_all_tutorial.py b/script/compile_all_tutorial.py index b7b2172..09b6581 100644 --- a/script/compile_all_tutorial.py +++ b/script/compile_all_tutorial.py @@ -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"):