From aede31358d88ebd68de75098249852bc9f366437 Mon Sep 17 00:00:00 2001 From: Jonathon Broughton Date: Fri, 15 Mar 2024 09:47:19 +0000 Subject: [PATCH] json dump --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index b44923e..a5467bf 100644 --- a/main.py +++ b/main.py @@ -62,8 +62,8 @@ def automate_function( version_root_object = automate_context.receive_version() # At the point in your code where you want to log the initial base object: - initial_base_json = serialize_base(initial_base) - print(f"Initial base object as JSON:\n{version_root_object}") + initial_base_json = serialize_base(version_root_object) + print(f"Initial base object as JSON:\n{initial_base_json}") objects_with_forbidden_speckle_type = [ b