Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
117503445 committed Sep 20, 2023
2 parents 2f9aac9 + 06dae39 commit d2c5923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow_pdf/flow_pdf/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_file_logger(file_output: Path):
return logger


file_git = Path(__file__).parent / "git.txt"
file_git = Path(__file__).parent.parent / "git.txt"
if file_git.exists():
version = file.read_text(file_git)
else:
Expand Down

0 comments on commit d2c5923

Please sign in to comment.