Skip to content

Commit

Permalink
Merge branch 'RhetTbull:main' into screen-recording
Browse files Browse the repository at this point in the history
  • Loading branch information
oPromessa authored Jun 18, 2024
2 parents ad3a34e + 5191041 commit 982df4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsrc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ I'm still trying to learn sphinx and come up with a workflow for building docs.
- `python3 -m pip -r dev_requirements.txt`
- Download and install [MacTeX](https://tug.org/mactex/)
- Add `/Library/TeX/texbin` to your `$PATH`
- `cd docs`
- `cd docsrc`
- `make html`
- `make latexpdf`
- `cp _build/latex/osxphotos.pdf .`
Expand Down
1 change: 1 addition & 0 deletions examples/recover_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def export_file(
os.makedirs(output_path.parent, exist_ok=True)

if output_path.exists():
# This shouldn't happen as get_output_path increments the filename if it already exists
error(f"Error copying file {path}: {output_path} already exists")
error_count += 1
else:
Expand Down

0 comments on commit 982df4c

Please sign in to comment.