shame on me: never commit without having launching the thing

This commit is contained in:
Ploum 2023-10-05 18:22:10 +02:00
parent d50925ce03
commit c19576bc43
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ try:
if int(version[0]) > 4:
recent = True
elif int(version[0]) == 4:
recent = version[1] >= 11:
recent = int(version[1]) >= 11
if recent:
# As this is only for silencing some warnings, we fail
# silently. We dont really care