Skip to content

Commit

Permalink
FIX: Return None when no changes in upgrade
Browse files Browse the repository at this point in the history
Fixes: #2433
  • Loading branch information
kamil-certat committed Dec 11, 2023
1 parent f8fd4d2 commit 66bef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq/lib/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def v322_url_replacement(configuration, harmonization, dry_run, **kwargs):
"""
Replace deprecated url2fqdn expert with url expert.
"""
changed = False
changed = None
for bot_id, bot in configuration.items():
if bot_id == 'global':
continue
Expand Down

0 comments on commit 66bef8f

Please sign in to comment.