Skip to content

Commit

Permalink
logic
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rgamesh committed Apr 22, 2024
1 parent b9a0d75 commit 4dfddd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/kayobe-automation-redact
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ annotation_exceptions = {
}

def annotate(ctx, value):
if not isinstance(value, str):
return value
path_str = map(str, ctx['path'])
return f"{'.'.join(path_str)}.{ value }"
if not isinstance(value, str):
return value
path_str = *map(str, ctx['path']),
Expand Down

0 comments on commit 4dfddd1

Please sign in to comment.