From 53016093d646172e5afc9110702dea46830e119c Mon Sep 17 00:00:00 2001 From: Denis Wernert Date: Wed, 20 Dec 2017 09:29:24 +0100 Subject: [PATCH] Fixes the call to changeSavedDirDialog --- labelImg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelImg.py b/labelImg.py index 2d0f67b9..52833cfb 100755 --- a/labelImg.py +++ b/labelImg.py @@ -1148,7 +1148,7 @@ class MainWindow(QMainWindow, WindowMixin): if self.dirty is True: self.saveFile() else: - self.changeSavedir() + self.changeSavedirDialog() return if not self.mayContinue():