Skip to content

Commit cb9fb80

Browse files
authored
Merge pull request #22 from Teashrock/master
Removed crash string
2 parents 3b6a0a2 + 260f32d commit cb9fb80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generate_builtin_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import xml.etree.ElementTree as ET
44

55
MODULE_DIR = os.getcwd()
6-
MODULE_DIR = "/home/geequlim/Documents/Workspace/Develop/Godot/godot/modules/ECMAScript"
76
DOCS_DIR = os.path.abspath(os.path.join(MODULE_DIR, "../../doc/classes"))
87
if not os.path.isdir(DOCS_DIR) and len(sys.argv) > 1:
98
DOCS_DIR = sys.argv[-1]

0 commit comments

Comments
 (0)