We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3447c commit 947cf46Copy full SHA for 947cf46
src/c2pa/c2pa.py
@@ -250,7 +250,7 @@ def _clear_error_state():
250
This function should be called at the beginning of object initialization
251
and before any operations that could potentially raise an error,
252
to ensure that stale error states from previous operations don't interfere
253
- with new objects being created.
+ with new objects being created, or independent function calls.
254
"""
255
error = _lib.c2pa_error()
256
if error:
0 commit comments