File tree Expand file tree Collapse file tree
code/examples/create_guest_collections Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ def manage_guest_collections(
119119 {'mapped_collection_id' : mapped_collection_id })
120120 )
121121
122- new_guest_collection = gcs_client .create_collection (collection_request )
123- # print('new_guest_collection :')
124- # pprint(new_guest_collection )
125- print (f'Created new guest collection "{ display_name } " with collection ID { new_guest_collection ["id" ]} ' )
122+ collection = gcs_client .create_collection (collection_request )
123+ # print('collection :')
124+ # pprint(collection )
125+ print (f'Created new guest collection "{ display_name } " with collection ID { collection ["id" ]} ' )
126126
127127 for permission_config in host_guest_collection_config ['permissions' ]:
128128 # Create guest collection subdirectory if it doesn't already exist
You can’t perform that action at this time.
0 commit comments