Skip to content

Commit 20e1d17

Browse files
committed
change error message, again
1 parent 9830b1e commit 20e1d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/io/validation/check_incar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ def _check_parameter(
864864

865865
if not valid_value:
866866
error_list.append(
867-
f"INPUT SETTINGS --> {input_tag}: equal to {current_value}, but should be "
867+
f"INPUT SETTINGS --> {input_tag}: is {current_value}, but should be "
868868
f"{operation} {reference_value}. {append_comments}"
869869
)
870870

0 commit comments

Comments
 (0)