Skip to content

Commit eb41026

Browse files
committed
forgot to enable node
1 parent e7df0b6 commit eb41026

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/validate_version_numbers.nxt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"/GitStatus": true,
101101
"/GitUpload": true,
102102
"/ParseVersions": false,
103-
"/ParseVersions/Parse_API_Version": true,
103+
"/ParseVersions/Parse_API_Version": false,
104104
"/make_module_folder": true
105105
}
106106
},
@@ -167,6 +167,7 @@
167167
},
168168
"/ParseVersions/Parse_EDITOR_Version": {
169169
"instance": "../Parse_API_Version",
170+
"enabled": true,
170171
"attrs": {
171172
"file_path": {
172173
"type": "raw",
@@ -224,7 +225,7 @@
224225
"code": [
225226
"rel_cats = ${rel_cats}",
226227
"if not any(rel_cats):",
227-
" print(\"\"\"API: ${/.API}, EDITOR:${/.EDITOR}, GRAPH:${/.GRAPH}\"\"\")",
228+
" print(${rel_cats})",
228229
" raise Exception('Unable to validate version numbers, no parameters provided!')",
229230
"",
230231
"for mode in rel_cats:",

0 commit comments

Comments
 (0)