Skip to content

Commit

Permalink
remove extra }
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jun 10, 2024
1 parent f7a033f commit 317aa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"y0: 0, y1: 1, line: {color: '#000000', width: 1, dash: 'dash'}}")
annotations.append(f"{{showarrow: false, text: 'Bempp {release.title}', xref: 'x', "
f"yref: 'paper', x: '{date}', y: 1, xanchor: 'left', yanchor: 'top', "
"textangle: 90}}")
"textangle: 90}")
bempp_releases = " shapes: [" + ", ".join(shapes) + "],\n"
bempp_releases += " annotations: [" + ", ".join(annotations) + "]"

Expand Down

0 comments on commit 317aa15

Please sign in to comment.