qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Unicode Filenames #24

Closed Schneider1 closed 6 years ago

Schneider1 commented 6 years ago

For unknown reasons, on a new PC, a spectroscopy measurement aborted because in the gui/plot/plot.py plot()command (line 34), the filename was unicode, which is not supported by encode().

A quick fix is to add str(h5_filepath).encode("string-escape") but I don't see why this issue appears now.