Skip to content

Commit 2ab8e91

Browse files
committed
soundtool: fix YAML sound map generation
1 parent be58a36 commit 2ab8e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/soundtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def detect_adpcm_type(f):
145145

146146
# save sound map description
147147
print(header, end='', file=output)
148-
print(yaml_dump(result_data), end='', file=output)
148+
print(yaml_dump(result_data, end='', f=output))
149149

150150

151151

0 commit comments

Comments
 (0)