Skip to content

Commit

Permalink
Merge branch 'develop' into cleanup_log_files
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-certat authored Dec 11, 2023
2 parents 9c6f867 + 4075768 commit dada17d
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 dada17d

Please sign in to comment.