We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0f3de commit 764b653Copy full SHA for 764b653
1 file changed
src/load_preset.py
@@ -100,7 +100,8 @@ def change_grp_id(
100
matching_files = [
101
filename
102
for filename in os.listdir(asset_bundle_path)
103
- if filename.startswith(str(art)[4:10]) and filename.endswith(".mtga")
+ if filename.startswith(str(art.name)[4:10])
104
+ and filename.endswith(".mtga")
105
]
106
if matching_files:
107
shutil.copy(
0 commit comments