ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
107 stars 41 forks source link

Fix when weio fileFormats returns one or two arguments #156

Closed lizhuang2511 closed 1 year ago

lizhuang2511 commented 1 year ago

self.FILE_FORMATS, errors= weio.fileFormats(ignoreErrors=True, verbose=False) ValueError: too many values to unpack (expected 2)

ebranlard commented 1 year ago

Thank you for reporting this error. I remember bumping into it at some point but I believe it has since been fixed in dev. Let me know if you still have this error. Thanks!