smart connection deprecation version fix (#81262)

pull/81299/head
Brian Coca 1 year ago committed by GitHub
parent 894c339df8
commit 528e7859d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ def set_default_transport():
# deal with 'smart' connection .. one time ..
if C.DEFAULT_TRANSPORT == 'smart':
display.deprecated("The 'smart' option for connections is deprecated. Set the connection plugin directly instead.", version=2.19)
display.deprecated("The 'smart' option for connections is deprecated. Set the connection plugin directly instead.", version='2.20')
# see if SSH can support ControlPersist if not use paramiko
if not check_for_controlpersist('ssh') and paramiko is not None:

Loading…
Cancel
Save