mirror of
https://github.com/katanemo/plano.git
synced 2026-05-11 00:32:42 +02:00
fix black formatting
This commit is contained in:
parent
82a63cc050
commit
e659808432
2 changed files with 4 additions and 5 deletions
|
|
@ -429,9 +429,7 @@ def native_validate_config(plano_config_file):
|
|||
# validate_and_render_schema calls exit(1) on failure after
|
||||
# printing to stdout; re-raise so the caller gets a useful message.
|
||||
output = captured.getvalue().strip()
|
||||
raise Exception(output) if output else Exception(
|
||||
"Config validation failed"
|
||||
)
|
||||
raise Exception(output) if output else Exception("Config validation failed")
|
||||
|
||||
|
||||
def native_logs(debug=False, follow=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue