Fixed a problem where I was trying to check for a file...
svn: r17327
This commit is contained in:
parent
9fa8fbb8f4
commit
fb31496971
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user