python indentation is bad

This commit is contained in:
David Gamero 2022-06-20 17:23:49 -04:00
parent 653b520a82
commit 1f0b46000f

View file

@ -34,7 +34,7 @@ try:
time_to_sleep *= 2 time_to_sleep *= 2
version_to_check = response.content.decode('utf-8') version_to_check = response.content.decode('utf-8')
print(f'version_to_check: {version_to_check}') print(f'version_to_check: {version_to_check}')
PASSED = True if installed_version_info['clientVersion']['gitVersion'] == version_to_check else False PASSED = True if installed_version_info['clientVersion']['gitVersion'] == version_to_check else False
except: except:
pass pass