Skip to content

Commit 81f15df

Browse files
committed
fixup! Add evaluation details to finally hook stage #403
Signed-off-by: christian.lutnik <[email protected]>
1 parent 07b512e commit 81f15df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openfeature/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ def evaluate_flag_details( # noqa: PLR0915
393393
return flag_evaluation
394394

395395
finally:
396-
if flag_evaluation is None: # should never happen, but keeps the linter happy
396+
if flag_evaluation is None:
397+
# should never happen, but keeps the linter happy
397398
flag_evaluation = FlagEvaluationDetails(
398399
flag_key=flag_key,
399400
value=default_value,

0 commit comments

Comments
 (0)