Skip to content

Commit ab9d7f9

Browse files
committed
Allow all .h5 files to be opened as statepoints
1 parent 506c0bb commit ab9d7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def openStatePoint(self):
550550
msg_box.exec()
551551
return
552552
filename, ext = QFileDialog.getOpenFileName(self, "Open StatePoint",
553-
".", "statepoint*.h5")
553+
".", "*.h5")
554554
if filename:
555555
try:
556556
self.model.openStatePoint(filename)

0 commit comments

Comments
 (0)