vnc-console 3 달 전
부모
커밋
e2cebdca23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test_sale_invoice.py

+ 1 - 1
tests/test_sale_invoice.py

@@ -31,7 +31,7 @@ class Test(unittest.TestCase):
         numbers = []
         notes = []
         dates = []
-        for root, _dir, files in os.walk(r'f:\Gdrive\Misc\Dosar-Contabilitate\Ridewave\2024_01\e-Fact'):
+        for root, _dir, files in os.walk(r'f:\Gdrive\Misc\Dosar-Contabilitate\Ridewave\2024_06\13.06.2024'):
             for file in files:
                 if file.endswith('.pdf'):
                     with pymupdf.open(os.path.join(root, file)) as doc: