We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638c64a commit ffe7a15Copy full SHA for ffe7a15
pointblank/validate.py
@@ -6980,6 +6980,8 @@ def get_tabular_report(
6980
status_color_list.append(SEVERITY_LEVEL_COLORS["green"])
6981
elif validation_info_dict["critical"][i]:
6982
status_color_list.append(SEVERITY_LEVEL_COLORS["critical"])
6983
+ elif validation_info_dict["error"][i]:
6984
+ status_color_list.append(SEVERITY_LEVEL_COLORS["error"])
6985
elif validation_info_dict["warning"][i]:
6986
status_color_list.append(SEVERITY_LEVEL_COLORS["warning"])
6987
else:
0 commit comments