Skip to content

Commit

Permalink
[app][fix] if we fail we fall
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed Jan 29, 2025
1 parent b6d23c1 commit a909971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_dir_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
except Exception as exc:
LOGGER.error("odem fails for '%s' after %s with: '%s'",
REQ_IDENT, odem_process.statistics['timedelta'], str(exc))
sys.exit(0)
sys.exit(1)

0 comments on commit a909971

Please sign in to comment.