diff --git a/me/cocoa/py/dg_cocoa.py b/me/cocoa/py/dg_cocoa.py index e3b86b41..db6af459 100644 --- a/me/cocoa/py/dg_cocoa.py +++ b/me/cocoa/py/dg_cocoa.py @@ -69,9 +69,15 @@ class PyDupeGuru(PyApp): def refreshDetailsWithSelected(self): self.app.RefreshDetailsWithSelected() + def selectedResultNodePaths(self): + return self.app.selected_result_node_paths() + def selectResultNodePaths_(self,node_paths): self.app.SelectResultNodePaths(node_paths) + def selectedPowerMarkerNodePaths(self): + return self.app.selected_powermarker_node_paths() + def selectPowerMarkerNodePaths_(self,node_paths): self.app.SelectPowerMarkerNodePaths(node_paths)