We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa8955 commit a4f1769Copy full SHA for a4f1769
Lib/test/test_tools/test_msgfmt.py
@@ -54,7 +54,7 @@ def test_compilation(self):
54
def test_binary_header(self):
55
with temp_cwd():
56
tmp_mo_file = 'messages.mo'
57
- compile_messages(data_dir / "general.po", tmp_mo_file)
+ compile_messages(tmp_mo_file, data_dir / "general.po")
58
with open(tmp_mo_file, 'rb') as f:
59
mo_data = f.read()
60
0 commit comments