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.
manuf.txt
1 parent beb0fd5 commit 7508f5fCopy full SHA for 7508f5f
tools/make-manuf.py
@@ -73,7 +73,7 @@ def main() -> None:
73
keys = list(content.keys())
74
keys.sort()
75
sorted_content = {i: content[i] for i in keys}
76
- with open("src/manuf.txt", "w+", encoding="utf-8") as manuf_file:
+ with open("pymanuf/manuf.txt", "w+", encoding="utf-8") as manuf_file:
77
manuf_file.write(file_header)
78
for k, v in sorted_content.items():
79
separator = "\t" * 2
0 commit comments