SunnyXu / SBMLDiagrams

MIT License
5 stars 1 forks source link

Bug: Typo in a method call, `_` instead of `.` #82

Closed iusethemouse closed 1 year ago

iusethemouse commented 1 year ago

https://github.com/SunnyXu/SBMLDiagrams/blob/c0ba39fd93afdb7813a4610239a0a5ba019d6e9a/SBMLDiagrams/exportSBML.py#L195

Results in an AttributeError, simple change from an underscore to a dot resolves the issue.

SunnyXu commented 1 year ago

Thanks. fixed