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
mintadmin@mintadmin-VirtualBox ~/test_data $ punx st file_1.nxs
Traceback (most recent call last):
File "/home/mintadmin/Apps/anaconda/bin/punx", line 11, in <module>
sys.exit(main())
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/main.py", line 326, in main
args.func(args)
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/main.py", line 129, in func_structure
report = mc.report(show_attributes)
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 67, in report
structure = self._renderGroup(f, txt, indentation = "")
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 118, in _renderGroup
s += self._renderGroup(value, itemname, indentation+" ")
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 118, in _renderGroup
s += self._renderGroup(value, itemname, indentation+" ")
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 118, in _renderGroup
s += self._renderGroup(value, itemname, indentation+" ")
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 106, in _renderGroup
s += self._renderDataset(value, itemname, indentation+" ")
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 163, in _renderDataset
s += self._renderAttributes(dset, indentation)
File "/home/mintadmin/Apps/anaconda/lib/python2.7/site-packages/punx/h5structure.py", line 127, in _renderAttributes
s.append("%s @%s = %s" % (indentation, name, str(value)))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: