We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e271f commit 07723f9Copy full SHA for 07723f9
bsp_detail.py
@@ -31,7 +31,5 @@ def output_to_markdown(df, output_file):
31
sconstruct_paths = find_sconstruct_paths('.', exclude_paths)
32
result_table = check_files(sconstruct_paths, files_to_check)
33
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)
+output_file = 'output.md'
+output_to_markdown(result_table, output_file)
0 commit comments