Skip to content

Commit

Permalink
improve file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ercius committed Aug 28, 2024
1 parent 82c40ea commit bc16ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuSC_explorer/DuSC_dectris.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def open_file(self):
"""

fd = pg.FileDialog()
fd.setNameFilter("Dectis (*.hdf5, *.h5)")
fd.setNameFilter("Dectris (*_master.h5)")
fd.setDirectory(str(self.current_dir))
fd.setFileMode(pg.FileDialog.ExistingFile)

Expand Down

0 comments on commit bc16ff2

Please sign in to comment.