Skip to content

Commit e822e41

Browse files
Merge pull request #633 from orena1/patch-6
fix reloading if "incorrect file, choose another?"
2 parents a652874 + ea3ee2d commit e822e41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

suite2p/gui/io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,5 +476,6 @@ def load_again(parent, Text):
476476
tryagain = QMessageBox.question(
477477
parent, "ERROR", Text, QMessageBox.Yes | QMessageBox.No
478478
)
479+
479480
if tryagain == QMessageBox.Yes:
480-
parent.load_dialog()
481+
load_dialog(parent)

0 commit comments

Comments
 (0)