Skip to content

Commit

Permalink
cb: remove obsolete except-raise
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix authored and wagner-intevation committed Jan 9, 2025
1 parent edba475 commit 565639a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions intelmqmail/cb.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@ def mailgen(config: dict, scripts: list, process_all: bool = False, template: Op
else:
generate_notifications_interactively(config, cur, directives,
scripts, dry_run=dry_run)

except:
raise
finally:
if cur is not None:
cur.close()
Expand Down

0 comments on commit 565639a

Please sign in to comment.