File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments