Skip to content

Commit fb8c3ef

Browse files
committed
Fix printf-style string syntax typo
1 parent 6783f57 commit fb8c3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scyjava/_stubs/_genstubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def ruff_check(output: Path, select: str = "E,W,F,I,UP,C4,B,RUF,TC,TID") -> None
308308

309309
py_files = [str(x) for x in chain(output.rglob("*.py"), output.rglob("*.pyi"))]
310310
logger.info(
311-
"Running ruff check on %d generated stubs in % s",
311+
"Running ruff check on %d generated stubs in %s",
312312
len(py_files),
313313
str(output),
314314
)

0 commit comments

Comments
 (0)