Molara-Lab / Molara

Molara is a Python package for the visualization of chemical structures such as molecules or crystals. It provides a graphical user interface for importing structures from output files of popular computational chemistry software as well as for creating custom structures.
GNU General Public License v3.0
14 stars 0 forks source link

Error handling in import/export of camera settings #381

Closed adrianusler closed 4 months ago

adrianusler commented 5 months ago

If, for instance, json files are invalid, the program will currently just crash. It should handle this better.

adrianusler commented 4 months ago

Has been handled in PR #366.