HDFGroup / hdf-compass

Python-based viewer for HDF5 on other file formats
Other
131 stars 26 forks source link

Bug: unsafe import #205

Open StSav012 opened 4 years ago

StSav012 commented 4 years ago

https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/compass_viewer/viewer.py#L239

doubles the following lines:

https://github.com/HDFGroup/hdf-compass/blob/050e05aeb491d9d8f79b36529c7c8e9eebf4fd71/hdf_compass/compass_viewer/viewer.py#L240-L243

giumas commented 2 years ago

Bug absent in py3 branch: https://github.com/HDFGroup/hdf-compass/blob/py3/hdf_compass/compass_viewer/viewer.py#L244