Skip to content

Commit 284d146

Browse files
authored
Tests: FIXUP wrapper.
1 parent 53d26f6 commit 284d146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/appveyor/fixup_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
wrapper_file.seek(0)
2424
wrapper_file.truncate()
25-
json.dumps(wrapper, wrapper_file, indent=4)
25+
json.dump(wrapper, wrapper_file, indent=4)

0 commit comments

Comments
 (0)