提交 b717fa6d 编写于 作者: K Kentaro Wada

Remove unused variable self.dirname

上级 ae087f6f
......@@ -111,7 +111,6 @@ class MainWindow(QMainWindow, WindowMixin):
self.itemsToShapes = []
self.imageList = []
self.lastOpenDir = None
self.dirname = None
self.labelList.itemActivated.connect(self.labelSelectionChanged)
self.labelList.itemSelectionChanged.connect(self.labelSelectionChanged)
......@@ -1012,7 +1011,6 @@ class MainWindow(QMainWindow, WindowMixin):
return
self.lastOpenDir = dirpath
self.dirname = dirpath
self.filename = None
self.fileListWidget.clear()
self.imageList = self.scanAllImages(dirpath)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册