Skip to content
Snippets Groups Projects
Commit a474830c authored by Daniel Friesel's avatar Daniel Friesel
Browse files

Show proper power plot if available

parent e64ec4bd
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ def main():
export_csv(dlog, args.csv_export)
if args.plot:
if dlog.all_data_slots_have_power() and False:
if dlog.all_data_slots_have_power():
show_power_plot(dlog)
else:
show_raw_plot(dlog)
......
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