You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The f object has two properties with the word name in it. These are basename and name. In my case, basename returns a method and the import fails with:
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'method'
PyQt-fit/pyqt_fit/loader.py
Line 99 in d6af7ed
The correct attribute should be 'basename'.
The text was updated successfully, but these errors were encountered: