another indent bug
This commit is contained in:
parent
5916fef9ba
commit
85cd6e4c1d
1 changed files with 13 additions and 12 deletions
|
@ -22,7 +22,8 @@ try:
|
|||
version_to_check = version_to_check[1:]
|
||||
print(f'checking NOT version: {version_to_check}')
|
||||
PASSED = True if installed_version_info['clientVersion']['gitVersion'] != version_to_check else False
|
||||
elif version_to_check == 'latest':
|
||||
else:
|
||||
if version_to_check == 'latest':
|
||||
response = None
|
||||
time_to_sleep = 2
|
||||
for _ in range(10):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue