larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

Cannot start the editor after loading the demo data #232

Closed gdementen closed 2 years ago

gdementen commented 2 years ago

The problem is that the path is given as a Path object, which is passed as is to QSettings (for saving the recent files list) and in the status. The prevents the editor from even starting. This is a consequence of larray-project/larray#978 in larray 0.34 (but that PR is not buggy, the editor had just to be updated accordingly), so should not be mentioned in the changelog.