Skip to content

Remove the last comma when making buildH json file #3

@patrickfuchs

Description

@patrickfuchs

The function gen_buildH_json_lipid() in autoLipMap_lib.py, the last line shouldn't have a comma. Currently, the function generates this:

[...]
    "C29": ["CH3", "C27", "C26"],
    "C28": ["CH3", "C27", "C26"],
}

whereas it should be:

[...]
    "C29": ["CH3", "C27", "C26"],
    "C28": ["CH3", "C27", "C26"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions