Skip to content

Commit d97ce17

Browse files
lint
1 parent a1295b9 commit d97ce17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/io/vasp/sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def incar(self) -> Incar:
781781
elif ismear == 0 and sigma > 0.05:
782782
msg = f"ISMEAR = 0 with a small SIGMA ({sigma}) detected."
783783
warnings.warn(
784-
f"{msg} See VASP recommendations on ISMEAR for metals (" "https://www.vasp.at/wiki/index.php/ISMEAR).",
784+
f"{msg} See VASP recommendations on ISMEAR for metals (https://www.vasp.at/wiki/index.php/ISMEAR).",
785785
BadInputSetWarning,
786786
stacklevel=1,
787787
)

0 commit comments

Comments
 (0)