TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Delete Move Session Folder #143

Open DanicaSTFC opened 3 months ago

DanicaSTFC commented 3 months ago

https://github.com/TomographicImaging/eqt/blob/c6eb12d999d49b875ea391b2c6871d1d4abedf88/eqt/ui/MainWindowWithSessionManagement.py#L529-L534

This method moves a folder into another. This creates problems in general if the folder has been accessed elsewhere in the code. Eg. https://github.com/TomographicImaging/CIL-GUI/issues/112

It would be better to create the correct folder int he first place unless there is a strong reason for it