We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93582f3 commit eb12668Copy full SHA for eb12668
script/render_all.py
@@ -1,5 +1,10 @@
1
import json
2
import jinja2
3
+import os
4
+
5
6
+print(os.getcwd())
7
+print(os.listdir())
8
9
10
map_json = json.load(open("tutorial/build/map.json"))
0 commit comments