Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect comma at end of limit list. #13

Open
haggi opened this issue Feb 23, 2023 · 1 comment
Open

Incorrect comma at end of limit list. #13

haggi opened this issue Feb 23, 2023 · 1 comment

Comments

@haggi
Copy link

haggi commented Feb 23, 2023

if (i < map_entries - 1)

This line caues that before the closing bracket, an additional comma is written if the max entries limit is hit (whyever this limit exists...). It should be if (i < metadata_entries - 1) if I'm not mistaken. This additional comma causes python to fail reading the json sidecar file.

@jonahfriedman
Copy link
Collaborator

I think you're correct, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants