Skip to content

Commit 3120add

Browse files
authored
whitespace nit
1 parent b4ea80a commit 3120add

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/test/test_tools/test_msgfmt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def test_both_without_outputfile(self):
160160
"""Test script without -o option and 2 input files"""
161161

162162
with temp_cwd(None):
163-
shutil.copy(data_dir /'file1_fr_crlf.po', '.')
164-
shutil.copy(data_dir /'file2_fr_lf.po', '.')
163+
shutil.copy(data_dir / 'file1_fr_crlf.po', '.')
164+
shutil.copy(data_dir / 'file2_fr_lf.po', '.')
165165
assert_python_ok(msgfmt, 'file1_fr_crlf.po', 'file2_fr_lf.po')
166166
self.assertTrue(
167167
filecmp.cmp(data_dir / 'file1_fr_crlf.mo', 'file1_fr_crlf.mo'),
@@ -176,7 +176,7 @@ def update_catalog_snapshots():
176176
mo_file = po_file.with_suffix('.mo')
177177
compile_messages(mo_file, po_file)
178178
# special processing for file12_fr.mo which results from 2 input files
179-
compile_messages(data_dir /'file12_fr.mo',
179+
compile_messages(data_dir / 'file12_fr.mo',
180180
data_dir / 'file1_fr_crlf.po',
181181
data_dir / 'file2_fr_lf.po')
182182

0 commit comments

Comments
 (0)