2025.02.12 04:29:18 (desktop)

This commit is contained in:
Christian Moser 2025-02-12 04:29:18 +01:00
parent 4608f7a6af
commit f42c1358f6
Failed to extract signature

View File

@ -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)))