Skip to content

Commit 947cf46

Browse files
authored
fix: Clarify comment
1 parent 2e3447c commit 947cf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c2pa/c2pa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _clear_error_state():
250250
This function should be called at the beginning of object initialization
251251
and before any operations that could potentially raise an error,
252252
to ensure that stale error states from previous operations don't interfere
253-
with new objects being created.
253+
with new objects being created, or independent function calls.
254254
"""
255255
error = _lib.c2pa_error()
256256
if error:

0 commit comments

Comments
 (0)