schrodinger / pymol-open-source

Open-source foundation of the user-sponsored PyMOL molecular visualization system.
https://pymol.org/
Other
1.15k stars 275 forks source link

Fix crash in find_molfile_plugin #233

Closed speleo3 closed 2 years ago

speleo3 commented 2 years ago

Was calling Python function with unblocked interpreter (before APIExit(G)).

Caused a crash for on Linux with self-compiled PyMOL and trying to load an unsupported file format.

JarrettSJohnson commented 2 years ago

Thank you!