Closed cxfshelter closed 10 months ago
Traceback (most recent call last): File "D:\project\newsvn\dsj\ours\tools\dex2c\dcc.cfg", line 9, in "v1_enabled": true, ^^^^ NameError: name 'true' is not defined. Did you mean: 'True'?
what's wrong?
Open "D:\project\newsvn\dsj\ours\tools\dex2c\dcc.cfg" and look for ""v1_enabled": true," then try to make "true" to "True"
Issue solved
Traceback (most recent call last): File "D:\project\newsvn\dsj\ours\tools\dex2c\dcc.cfg", line 9, in
"v1_enabled": true,
^^^^
NameError: name 'true' is not defined. Did you mean: 'True'?
what's wrong?