NOT print
This commit is contained in:
parent
65ae4b87de
commit
7ac2075e31
1 changed files with 1 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue