json dump
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user