Replies: 1 comment 2 replies
-
This is the 1.x sample As you can see, the existing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Line 111 in migrate_1_x_config.py, there's the following:
Is this correct? I don't think the INI file expected JSON for the constitution argument, and it was previously just a file path (e.g.
constitution = constitution.js
). That wouldn't be JSON-parseable and so the migration script throwsjson.decoder.JSONDecodeError
.Beta Was this translation helpful? Give feedback.
All reactions