Skip to content

Commit

Permalink
None guard csv path
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstrange2 committed Sep 10, 2024
1 parent e5fa275 commit 1d3298a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ASPLOS_EXP/create_mflowgen_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def get_num_live_procs(proc_list):
print(f"Data collection enabled at build dir {pd_build_dir}...")
all_breakdowns = get_area_breakdown_dir(pd_build_dir)
# Now emit this information to excel
assert collect_data_csv_path is not None
write_area_csv(all_breakdowns, collect_data_csv_path)
exit()

Expand Down

0 comments on commit 1d3298a

Please sign in to comment.