mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
add command for explicit migration
This commit is contained in:
parent
159c231884
commit
05985ff46a
3 changed files with 32 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ def run_admin_action(parser, args):
|
|||
try:
|
||||
command.run(args)
|
||||
except Exception:
|
||||
if not args.silent:
|
||||
if not hasattr(args, "silent") or not args.silent:
|
||||
print("Error running command:")
|
||||
traceback.print_exc()
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue