Fix deprecation message, the function name is fs.copyfile()

pull/10979/head
Xavier Claessens 2 years ago committed by Xavier Claessens
parent bfc813200c
commit 8232665849
  1. 2
      mesonbuild/interpreter/interpreter.py

@ -2459,7 +2459,7 @@ class Interpreter(InterpreterBase, HoldableObject):
), ),
KwargInfo( KwargInfo(
'copy', bool, default=False, since='0.47.0', '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('encoding', str, default='utf-8', since='0.47.0'),
KwargInfo('format', str, default='meson', since='0.46.0', KwargInfo('format', str, default='meson', since='0.46.0',

Loading…
Cancel
Save