json dump
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Jonathon Broughton
2024-03-15 09:47:19 +00:00
parent 693aded3ae
commit aede31358d
+2 -2
View File
@@ -62,8 +62,8 @@ def automate_function(
version_root_object = automate_context.receive_version() version_root_object = automate_context.receive_version()
# At the point in your code where you want to log the initial base object: # At the point in your code where you want to log the initial base object:
initial_base_json = serialize_base(initial_base) initial_base_json = serialize_base(version_root_object)
print(f"Initial base object as JSON:\n{version_root_object}") print(f"Initial base object as JSON:\n{initial_base_json}")
objects_with_forbidden_speckle_type = [ objects_with_forbidden_speckle_type = [
b b