Skip to content

Commit

Permalink
fix nodetype-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Dec 3, 2024
1 parent e29803c commit dec64a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/gardener_ci/_ocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def traverse(
print(eval(print_expr, {'node': node, 'artefact': node.resource})) # nosec B307
if isinstance(node, cnudie.iter.SourceNode):
if not print_expr:
prefix = 'r'
prefix = 's'
indent += 1
print(f'{prefix}{" " * indent}{node.source.name}')
else:
Expand Down

0 comments on commit dec64a7

Please sign in to comment.