You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return - list(number) : list of fileset ids of filtered candidates.
1075
+
The number of manual merges in case the file size is not present (equal to -1) are too high. So we try to filter by platform extracted from the gameId of the set.dat fileset. We may disable this feature later or keep it optional with a command line argument.
1076
+
"""
1077
+
withconn.cursor() ascursor:
1078
+
# e.g. sq2-coco3-1
1079
+
possible_platform_names=gameid.split("-")[1:]
1080
+
1081
+
# Align platform names in set.dat and detection entries
0 commit comments