mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-12 03:29:49 +00:00
Revert "Remove superfluous argument"
This reverts commit bcb26507fe7f4f0ec555db656c22478494ab5f60.
This commit is contained in:
parent
bcb26507fe
commit
8fc7cb274f
@ -259,7 +259,7 @@ class DupeGuru(Broadcaster):
|
|||||||
|
|
||||||
def _create_file(self, path):
|
def _create_file(self, path):
|
||||||
# We add fs.Folder to fileclasses in case the file we're loading contains folder paths.
|
# We add fs.Folder to fileclasses in case the file we're loading contains folder paths.
|
||||||
return fs.get_file(path, self.fileclasses + [se.fs.Folder])
|
return fs.get_file(path, self.fileclasses + [se.fs.Folder] + [fs.Folder])
|
||||||
|
|
||||||
def _get_file(self, str_path):
|
def _get_file(self, str_path):
|
||||||
path = Path(str_path)
|
path = Path(str_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user