We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54ba53 commit 74d29c6Copy full SHA for 74d29c6
clang/docs/tools/dump_format_style.py
@@ -20,7 +20,7 @@
20
PLURALS_FILE = os.path.join(os.path.dirname(__file__), "plurals.txt")
21
22
plurals: Set[str] = set()
23
-with open(PLURALS_FILE, "a+") as f:
+with open(PLURALS_FILE) as f:
24
f.seek(0)
25
plurals = set(f.read().splitlines())
26
0 commit comments