From fb31496971c10d0f34fd63383d9d38b8c7d504d0 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Thu, 28 Apr 2011 16:21:57 +0000 Subject: [PATCH] Fixed a problem where I was trying to check for a file... svn: r17327 --- src/plugins/gramplet/EditExifMetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/EditExifMetadata.py b/src/plugins/gramplet/EditExifMetadata.py index e2b09ba94..120c0649f 100644 --- a/src/plugins/gramplet/EditExifMetadata.py +++ b/src/plugins/gramplet/EditExifMetadata.py @@ -398,7 +398,7 @@ class EditExifMetadata(Gramplet): return False full_path = Utils.media_path_full(self.dbstate.db, media.get_path() ) - if not os.join.isfile(full_path): + if not os.path.isfile(full_path): return False if LesserVersion: # prior to v0.2.0