From c519c7c7dd10e12956a28a1bc0936c6e9b1cf940 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 26 Feb 2007 19:39:15 +0000 Subject: [PATCH] svn: r8248 --- src/GrampsDbUtils/_GedcomParse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsDbUtils/_GedcomParse.py b/src/GrampsDbUtils/_GedcomParse.py index a618dfb74..fdcf4c47e 100644 --- a/src/GrampsDbUtils/_GedcomParse.py +++ b/src/GrampsDbUtils/_GedcomParse.py @@ -3630,7 +3630,7 @@ class GedcomParser(UpdateCallback): @type state: CurrentState """ (file_ok, filename) = self.find_file(line.data, self.dir_path) - if state.media != URL: + if state.media != "URL": if not file_ok: self.warn(_("Could not import %s") % filename[0]) path = filename[0].replace('\\', os.path.sep)