Skip to content

Commit

Permalink
Fix crash mismatch between changeset and downloaded version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 12, 2024
1 parent 7e56254 commit 7b3d20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mergin/version_viewer_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def run(self):

if self.isInterruptionRequested():
self.quit()
return

self.finished.emit("")

Expand Down

0 comments on commit 7b3d20d

Please sign in to comment.