From 99d306953000d4cbbbabfb0aacb810d7dad320b8 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 14 Jan 2020 21:46:00 -0800 Subject: [PATCH] removed unneeded comment --- osxphotos/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osxphotos/utils.py b/osxphotos/utils.py index 2a7312d3..1bdb5a49 100644 --- a/osxphotos/utils.py +++ b/osxphotos/utils.py @@ -199,7 +199,6 @@ def get_system_library_path(): def get_last_library_path(): """ returns the path to the last opened Photos library If a library has never been opened, returns None """ - # TODO: Need a module level method for this and another PhotosDB method to get current library path plist_file = Path( str(Path.home()) + "/Library/Containers/com.apple.Photos/Data/Library/Preferences/com.apple.Photos.plist"