Skip to content

Commit

Permalink
Fix code hyperlink text
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Sep 26, 2023
1 parent ff530c0 commit ce189bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/submission/generate_final_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():

# code url
df['Code'] = df.apply(
lambda x: '=HYPERLINK("{}","details")'.format('/'.join(
lambda x: '=HYPERLINK("{}","code")'.format('/'.join(
[base_url, x['Category'], x['Submitter'], 'code'])),
axis=1)

Expand Down

0 comments on commit ce189bd

Please sign in to comment.