From d311431c9153fb57885f5f5a3267b272c7b0fed8 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 30 Sep 2019 09:57:55 -0700 Subject: [PATCH] README update, added todo --- README.md | 2 +- osxphotos/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77687d1b..af71c1a2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This module will install a command line utility called `osxphotos` that allows y If you only care about the command line tool, I recommend installing with [pipx](https://github.com/pipxproject/pipx) -After install pipx: +After installing pipx: `pipx install osxphotos` ``` diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index 603e0ea4..58ac5ff7 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -199,6 +199,7 @@ class PhotosDB: return os.path.abspath(self._dbfile) def get_photos_library_path(self): + # TODO: move this to a module-level function # return the path to the Photos library plist_file = Path( str(Path.home())