mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed Reveal File on Qt.
This commit is contained in:
parent
195bc4ef21
commit
5db0f09b43
@ -128,7 +128,7 @@ class DupeGuru(DupeGuruBase, QObject):
|
||||
|
||||
@staticmethod
|
||||
def _reveal_path(path):
|
||||
self._open_path(path[:-1])
|
||||
DupeGuru._open_path(path[:-1])
|
||||
|
||||
def _start_job(self, jobid, func):
|
||||
title = JOBID2TITLE[jobid]
|
||||
|
Loading…
x
Reference in New Issue
Block a user