Skip to content

Commit 66bef8f

Browse files
committed
FIX: Return None when no changes in upgrade
Fixes: #2433
1 parent f8fd4d2 commit 66bef8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intelmq/lib/upgrades.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def v322_url_replacement(configuration, harmonization, dry_run, **kwargs):
884884
"""
885885
Replace deprecated url2fqdn expert with url expert.
886886
"""
887-
changed = False
887+
changed = None
888888
for bot_id, bot in configuration.items():
889889
if bot_id == 'global':
890890
continue

0 commit comments

Comments
 (0)