Skip to content

Commit

Permalink
Merge pull request #2434 from kamil-certat/fix/upgrade_v322
Browse files Browse the repository at this point in the history
FIX: Return None when no changes in upgrade
  • Loading branch information
sebix authored Dec 11, 2023
2 parents f8fd4d2 + 66bef8f commit 4075768
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 4075768

Please sign in to comment.