Skip to content
Snippets Groups Projects
Commit 08714e71 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typ

parent ba41c840
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ class TriggerRate(kp.Module):
self.print("Recorded run changes: {}".format(run_changes_to_plot))
all_rates = [r for d, r in chain(*self.trigger_rates.values())]
if not all_rates:
self.warning("Empty rates, skipping...")
self.log.warning("Empty rates, skipping...")
return
min_trigger_rate = min(all_rates)
max_trigger_rate = max(all_rates)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment