Skip to content

Commit

Permalink
test: no delete dir
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmosShadow committed Jul 10, 2024
1 parent 720de17 commit 4a97ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gptpdf"
version = "0.0.12"
version = "0.0.13"
description = "Using GPT to parse PDF"
authors = ["Chen Li <lichenarthurdata@gmail.com>"]
license = "Apache 2.0"
Expand Down
4 changes: 2 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
output_dir = '../examples/rh/'

# 清空output_dir
import shutil
shutil.rmtree(output_dir, ignore_errors=True)
# import shutil
# shutil.rmtree(output_dir, ignore_errors=True)

def test_use_api_key():
from gptpdf import parse_pdf
Expand Down

0 comments on commit 4a97ebc

Please sign in to comment.