mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
fixed different never ending pre-check loop
This commit is contained in:
parent
2a9d86bbe8
commit
e521805a6b
1 changed files with 3 additions and 3 deletions
|
|
@ -77,9 +77,9 @@ org_name = "<Your Org Name>"
|
|||
break
|
||||
click.secho(reason, fg="red", bold=True)
|
||||
click.secho(remediation, fg="blue")
|
||||
click.secho(
|
||||
"All critical hyperglass parameters are defined!", fg="green", bold=True
|
||||
)
|
||||
click.secho(
|
||||
"All critical hyperglass parameters are defined!", fg="green", bold=True
|
||||
)
|
||||
except Exception as e:
|
||||
click.secho(f"Exception occurred:\n{e}", fg="red")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue