Skip to content

Commit

Permalink
Fix deprecation message, the function name is fs.copyfile()
Browse files Browse the repository at this point in the history
  • Loading branch information
xclaesse committed Nov 16, 2022
1 parent bfc8132 commit 8232665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/interpreter/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ def func_install_subdir(self, node: mparser.BaseNode, args: T.Tuple[str],
),
KwargInfo(
'copy', bool, default=False, since='0.47.0',
deprecated='0.64.0', deprecated_message='Use fs.copy instead',
deprecated='0.64.0', deprecated_message='Use fs.copyfile instead',
),
KwargInfo('encoding', str, default='utf-8', since='0.47.0'),
KwargInfo('format', str, default='meson', since='0.46.0',
Expand Down

0 comments on commit 8232665

Please sign in to comment.