1 Commits

Author SHA1 Message Date
Jonathon Broughton 6eba1257a5 Add print statement to display server URL
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
This change adds a print statement to display the server URL in the main.py file. This will help with debugging and understanding the current server configuration.
2024-08-03 22:19:14 +01:00
+3
View File
@@ -116,6 +116,9 @@ def automate_function(
)
file_name = Report.write_pdf_to_temp(report)
print(commit_details['server_url'])
automate_context.store_file_result(file_name)
# colorise the objects that pass/fail and send to a new model version