Skip to content

Commit 344f6b9

Browse files
Birger SchachtBirger Schacht
authored andcommitted
BUG: fix v300_pipeline_file_removal
Closes: #2082
1 parent 0c92949 commit 344f6b9

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
@@ -675,7 +675,7 @@ def v300_pipeline_file_removal(configuration, harmonization, dry_run, **kwargs):
675675
if pipeline_file.exists():
676676
pipelines = load_configuration(pipeline_file)
677677
for bot in configuration:
678-
if bot_id == 'global':
678+
if bot == 'global':
679679
continue
680680
if bot in pipelines:
681681
if 'destination-queues' in pipelines[bot]:

0 commit comments

Comments
 (0)