Skip to content

Commit

Permalink
Adding report url instead of just ID (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR authored Nov 9, 2023
1 parent edf3c6e commit 520b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ def run(self):


print(TerminalColors.OKGREEN,'\n\n####################################################################################')
print(f"Please access your report with the ID: {successful_run_id}")
print(f"Please access your report on the URL {GlobalConfig().config['cluster']['metrics_url']}/stats.html?id={successful_run_id}")
print('####################################################################################\n\n', TerminalColors.ENDC)

except FileNotFoundError as e:
Expand Down

0 comments on commit 520b5a1

Please sign in to comment.