Skip to content

Commit 51f5d23

Browse files
committed
fix error on the list
1 parent e17a60e commit 51f5d23

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

kp_pre_commit_hooks/gitops-values-validation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ def main():
172172
f"\nERROR: Validation errors for {service_path} in {instance_file}, {base_file} or values.yaml:"
173173
)
174174
for error in errors:
175-
print(find_full_error_path(error))
176-
#error_location = "/".join(find_full_error_path(error)) or "the root"
177175
error_location = "/".join(str(x) for x in find_full_error_path(error)) or "the root"
178176
print(f" - {error.message} at {error_location}")
179177

0 commit comments

Comments
 (0)