mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-09 21:51:41 +08:00
CLI: Fix variable typo
This commit is contained in:
parent
062715463f
commit
17ec5133fb
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ This is free software, and you are welcome to redistribute it under certain cond
|
|||
try:
|
||||
full_config = npbackup.configuration.load_config(config_file)
|
||||
except EnvironmentError as exc:
|
||||
json_error_logging(False, msg, "critical")
|
||||
json_error_logging(False, exc, "critical")
|
||||
sys.exit(12)
|
||||
if not full_config:
|
||||
msg = "Cannot obtain repo config"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue