mirror of
https://github.com/wassname/sloth.git
synced 2026-07-10 07:48:52 +08:00
fix typo
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ class MainWindow(QMainWindow):
|
||||
"%s annotation files (%s)" % (APP_NAME, format_str))
|
||||
|
||||
if not fname.isEmpty():
|
||||
return self.saveAnnoations(str(fname))
|
||||
return self.saveAnnotations(str(fname))
|
||||
return False
|
||||
|
||||
def gotoNext(self):
|
||||
|
||||
Reference in New Issue
Block a user