mirror of
https://github.com/vacp2p/research.git
synced 2026-01-09 13:47:59 -05:00
exception handling
This commit is contained in:
@@ -408,7 +408,7 @@ def _sanity_check(fname, ftype="json", keys):
|
||||
log.error(f'YAML is not yet supported : {fname}')
|
||||
sys.exit(0)
|
||||
except Exception as ex:
|
||||
|
||||
raise typer.BadParameter(str(ex))
|
||||
|
||||
|
||||
@app.command()
|
||||
|
||||
Reference in New Issue
Block a user