gtluu / timsconvert

https://gtluu.github.io/timsconvert/
Apache License 2.0
30 stars 15 forks source link

Fix #49: checks for not None should come before properties are accessed #50

Closed seeholza closed 1 year ago

seeholza commented 1 year ago

Checking the source of #49, i found that the checks for not None were appearing after the properties of e.g. mz_array were accessed. Simple fix, should hopefully do the trick.