Fixed a problem where I was trying to check for a file...

svn: r17327
This commit is contained in:
Rob G. Healey 2011-04-28 16:21:57 +00:00
parent 9fa8fbb8f4
commit fb31496971

View File

@ -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