Skip to content

Commit 07723f9

Browse files
authored
Update bsp_detail.py
1 parent 76e271f commit 07723f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bsp_detail.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ def output_to_markdown(df, output_file):
3131
sconstruct_paths = find_sconstruct_paths('.', exclude_paths)
3232
result_table = check_files(sconstruct_paths, files_to_check)
3333
print(result_table)
34-
#output_file = 'output.md'
35-
#output_to_markdown(result_table, output_file)
36-
output_file = 'output.csv'
37-
result_table.to_csv(output_file, index=False)
34+
output_file = 'output.md'
35+
output_to_markdown(result_table, output_file)

0 commit comments

Comments
 (0)