Mercurial > hg > orthanc-python
changeset 321:5c626cff4d05
fix return type of StorageRemoveCallback2
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 07 Apr 2026 13:27:08 +0200 |
| parents | 08c215485829 |
| children | df6d8c72e087 |
| files | CodeAnalysis/CustomFunctions.json |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CodeAnalysis/CustomFunctions.json Tue Apr 07 13:04:53 2026 +0200 +++ b/CodeAnalysis/CustomFunctions.json Tue Apr 07 13:27:08 2026 +0200 @@ -695,7 +695,7 @@ "sdk_type" : "Callable", "callable_type" : "StorageRemoveCallback2", "callable_protocol_args" : "uuid: str, content_type: ContentType, custom_data: bytes", - "callable_protocol_return" : "ErrorCode" + "callable_protocol_return" : "None" } ], "return_sdk_type" : "void",
