Skip to content

Commit

Permalink
I mean correcter syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mdingemanse authored Apr 19, 2024
1 parent 29a2e6f commit bce7eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/consolidate_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def create_figure(figure):
df = create_dataframe(all_files)
df = calculate_openness(df)
# sort by openness and project name
df = sort_values(by=["openness", "project.name"], ascending=False,True)
df = sort_values(by=["openness", "project.name"], ascending=[False,True])
table = write_html(df)
create_index(table)
figure = write_simplified_html(df)
Expand Down

0 comments on commit bce7eb9

Please sign in to comment.