ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Fix typo in generate_metadata() #98

Closed cthoyt closed 1 year ago

cthoyt commented 1 year ago

This PR fixes a typo in the order of parentheses. Before, this code would check the string literal is not none, which is always True, then pass that into mi.get(True). Now, this is fixed

coleslaw481 commented 1 year ago

Thank you. I'll get this out there as soon as I can