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.