Skip to content

Commit

Permalink
Add a line break to parts list readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Achllle committed Jul 27, 2023
1 parent 6defd0c commit eda6115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts_list/csv_to_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def assembly_cost(total_sub_assembly_cost, nb_subassy_req):
total_ext_price += extended_price
text += assembly_cost(total_ext_price, 1)
all_assemblies_cost += total_ext_price
text += "\n"

md_text = \
f"""
Expand Down

0 comments on commit eda6115

Please sign in to comment.