Skip to content

Commit 58b1ead

Browse files
committed
fix: images url
1 parent 3d54a24 commit 58b1ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft_comment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def get_plot_comparison_table_html(commit_id, plots):
7-
base_url = f"https://raw.githubusercontent.com/lkstrp/pypsa-validator/{commit_id}/dir-validation-images/"
7+
base_url = f"https://raw.githubusercontent.com/lkstrp/pypsa-validator/{commit_id}/_validation-images/"
88

99
rows = []
1010
for plot in plots:

0 commit comments

Comments
 (0)