Rename variable for consistency

This commit is contained in:
Laurent Indermuehle 2023-01-20 14:02:28 +01:00
parent f59e94ee04
commit 05215dc1c3
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
5 changed files with 10 additions and 10 deletions

View file

@ -373,7 +373,7 @@
connector_name != 'pymysql'
or (
connector_name == 'pymysql'
and connector_ver is version('0.9', '>=')
and connector_version is version('0.9', '>=')
)
block: