svn: r8248
This commit is contained in:
parent
a6ff4980b1
commit
c519c7c7dd
@ -3630,7 +3630,7 @@ class GedcomParser(UpdateCallback):
|
|||||||
@type state: CurrentState
|
@type state: CurrentState
|
||||||
"""
|
"""
|
||||||
(file_ok, filename) = self.find_file(line.data, self.dir_path)
|
(file_ok, filename) = self.find_file(line.data, self.dir_path)
|
||||||
if state.media != URL:
|
if state.media != "URL":
|
||||||
if not file_ok:
|
if not file_ok:
|
||||||
self.warn(_("Could not import %s") % filename[0])
|
self.warn(_("Could not import %s") % filename[0])
|
||||||
path = filename[0].replace('\\', os.path.sep)
|
path = filename[0].replace('\\', os.path.sep)
|
||||||
|
Loading…
Reference in New Issue
Block a user