Skip to content

Commit 8944d14

Browse files
committed
typo
1 parent d9d6a4d commit 8944d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/makecorever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def select_output(s: str) -> TextIO:
173173
out = pathlib.Path(s)
174174
out.parent.mkdir(parents=True, exist_ok=True)
175175

176-
return out.open("r", encoding="utf-8")
176+
return out.open("w", encoding="utf-8")
177177

178178
with select_output(args.output) as out:
179179
generate(

0 commit comments

Comments
 (0)