Browse Source

fix: Use absolute path for test_column_extraction input file

mrh 1 năm trước cách đây
mục cha
commit
973f3f8989
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mylib/translate_utils.py

+ 1 - 1
mylib/translate_utils.py

@@ -125,4 +125,4 @@ def test_column_extraction(input_file: str):
 if __name__ == '__main__':
     output_dir = Path('temp')
     input_file = output_dir / "测试.csv"
-    test_column_extraction(str(input_file))
+    test_column_extraction('/home/mrh/code/excel_tool/temp/测试.csv')