Menu

Commit [r26798]  Maximize  Restore  History

Bug fix for the pymol.view user function for when no PDB file exists.

The pymol.view user function would fail with an AttributeError when the currently loaded data does
not exist as a PDB file. This is now caught and the non-existent PDB is no longer displayed. A
better solution might be to dump all the current structural data into a temporary file and load
that, all within a try-finally statement to be sure to delete the temporary file. This solution may
not be what the user is interested in anyway.

bugman 2014-11-28

changed /trunk/pipe_control/pymol_control.py
/trunk/pipe_control/pymol_control.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.