Updated doc string

This commit is contained in:
Rhet Turnbull
2019-11-23 19:06:52 -08:00
parent eabda3ea93
commit a7d9f72372

View File

@@ -1103,7 +1103,7 @@ class PhotoInfo:
return self.__info["imageTimeZoneOffsetSeconds"]
def path(self):
""" path on disk of the picture """
""" absolute path on disk of the picture """
photopath = ""
if self.__db._db_version < _PHOTOS_5_VERSION: