(self)
| 271 | self.addAction(fix_path) |
| 272 | |
| 273 | def create_item(self): |
| 274 | creator = ItemCreator(self) |
| 275 | creator.created.connect(self.parent.insert) |
| 276 | |
| 277 | def fix_path(self): |
| 278 | self.current_item.setText(1, os.path.split(self.parent.filename)[0]) |
nothing calls this directly
no test coverage detected