Skip to content

Commit cdb1f25

Browse files
committed
Fix error reporting not shown when running model validation
1 parent 9db7543 commit cdb1f25

File tree

1 file changed

+1
-0
lines changed
  • datadog_checks_dev/datadog_checks/dev/tooling/commands/validate

1 file changed

+1
-0
lines changed

datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def models(ctx, check, sync, verbose):
154154
files_failed[model_file_path] = True
155155
for error in errors:
156156
check_display_queue.append((echo_failure, error))
157+
display_queue[model_file_path] = check_display_queue
157158
continue
158159

159160
generated_model_file_lines = contents.splitlines(True)

0 commit comments

Comments
 (0)