Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit bfc349c

Browse files
authored
Merge pull request #37 from MemerGamer/app-fixes
fix(app)!: removing unnecessary event that caused exception
2 parents 9c9ab90 + 5684ee5 commit bfc349c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/project_opening_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def browseForProject(self, event):
5252
self.accept()
5353

5454
@logger.catch
55-
def openProject(self, event):
55+
def openProject(self):
5656
"""Open the selected project"""
5757
selectedProject = self.ui.projectSelectComboBox.currentText()
5858
self.projectSelected.emit(selectedProject)

0 commit comments

Comments
 (0)