Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Aug 22, 2024
1 parent 88b2110 commit eed433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/deflection/deflection_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def deflection_worker(
if cluster_data is None:
break

result, value = deflecter.run(cluster_data)
result, value = deflecter.run() # run with cluster_data
if not result:
continue

Expand Down

0 comments on commit eed433a

Please sign in to comment.