Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed crash string
  • Loading branch information
Teashrock authored Jun 26, 2020
commit 260f32da1bbecd911e9e2cd3f39fd5880aef22de
1 change: 0 additions & 1 deletion generate_builtin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import xml.etree.ElementTree as ET

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