Skip to content

Commit af0a6cc

Browse files
committed
Make update-meson.py script compatible with meson 1.9
`mformat.run` now requires a `source_file_path` argument
1 parent cb03043 commit af0a6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/update-meson.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,6 @@ def remove_node(i):
298298
output=None,
299299
configuration=options.sourcedir / "meson.format",
300300
editor_config=None,
301+
source_file_path=None,
301302
)
302303
)

0 commit comments

Comments
 (0)