Skip to content

Commit 7b194ac

Browse files
committed
Added print output to file attach
1 parent b5f3711 commit 7b194ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ async def create_attach_and_delete_file_field_item(client: Client, vault_id: str
516516
fieldId="new_file_field",
517517
),
518518
)
519+
print(f'Attached "{file_path.name}" to item "{attached_item.title}".')
519520
# [developer-docs.sdk.python.attach-file-field-item]-end
520521

521522
# [developer-docs.sdk.python.delete-file-field-item]-start

0 commit comments

Comments
 (0)