NOT print

This commit is contained in:
David Gamero 2022-06-20 17:17:09 -04:00
parent 65ae4b87de
commit 7ac2075e31

View file

@ -19,6 +19,7 @@ except Exception as ex:
try:
if version_to_check[0] == '!':
print(f'checking NOT version: {version_to_check[1:]}')
print(f'version_to_check: {version_to_check}')
PASSED = True if installed_version_info['clientVersion']['gitVersion'] != version_to_check[1:] else False
elif version_to_check == 'latest':