edit spectra should now work better; closes #152

This commit is contained in:
Dominik Demuth
2023-11-22 17:48:08 +01:00
parent dfe9eab817
commit 929bb80f2f
3 changed files with 57 additions and 38 deletions

View File

@ -48,7 +48,7 @@ class QUserFitCreator(QtWidgets.QDialog, Ui_Dialog):
self.update_function()
def __call__(self, filepath: str|pathlib.Path):
def __call__(self, filepath: str | pathlib.Path):
self.filepath = pathlib.Path(filepath)
return self