mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-20 03:50:13 +00:00
2025.02.12 04:29:18 (desktop)
This commit is contained in:
parent
4608f7a6af
commit
f42c1358f6
@ -1372,7 +1372,7 @@ class Game(GObject):
|
|||||||
fname = dirent
|
fname = dirent
|
||||||
|
|
||||||
if self.game_data.match(fname):
|
if self.game_data.match(fname):
|
||||||
ret[str(str(file_path))] = os.path.join(sgdir,fname)
|
ret[str(file_path)] = os.path.join(sgdir,fname)
|
||||||
elif file_path.is_dir():
|
elif file_path.is_dir():
|
||||||
if subdir:
|
if subdir:
|
||||||
ret.update(get_backup_files_recursive(sgroot,sgdir,os.path.join(subdir,dirent)))
|
ret.update(get_backup_files_recursive(sgroot,sgdir,os.path.join(subdir,dirent)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user