Skip to content

Commit eb12668

Browse files
try
1 parent 93582f3 commit eb12668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script/render_all.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import json
22
import jinja2
3+
import os
4+
5+
6+
print(os.getcwd())
7+
print(os.listdir())
38

49

510
map_json = json.load(open("tutorial/build/map.json"))

0 commit comments

Comments
 (0)