Skip to content

Commit

Permalink
* Error in Tests: [Fatal Python error: Segmentation fault](https://gi…
Browse files Browse the repository at this point in the history
…thub.com/RhetTbull/osxphotos/actions/runs/12612637331/job/35149593923#step:9:261)

* Unable to re-run Tests up-stream :(

* Adjusting some long lines and forcing commit!
  • Loading branch information
oPromessa committed Jan 4, 2025
1 parent ebf4b4b commit 677ce7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions osxphotos/cli/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,12 +1744,15 @@ def export_cli(
if not no_exportdb and exportdb and exportdb != str(expected_exportdb):
if expected_exportdb.exists():
rich_click_echo(
f"[warning]Warning: export database is '{exportdb}' but found '{OSXPHOTOS_EXPORT_DB}' in {dest}; using '{exportdb}'",
f"[warning]Warning: export database is '{exportdb}' but found "
f"'{OSXPHOTOS_EXPORT_DB}' in {dest}; using '{exportdb}'",
err=True,
)
if pathlib.Path(exportdb).resolve().parent != pathlib.Path(dest):
rich_click_echo(
f"[warning]Warning: export database '{pathlib.Path(exportdb).resolve()}' is in a different directory than export destination '{dest}'",
f"[warning]Warning: export database "
f"'{pathlib.Path(exportdb).resolve()}' is in a different "
f"directory than export destination '{dest}'",
err=True,
)

Expand Down

0 comments on commit 677ce7f

Please sign in to comment.