2004-08-25 Tim Waugh <twaugh@redhat.com>
* src/WriteGedcom.py (GedcomWriter.write_person): Removed debugging noise. svn: r3511
This commit is contained in:
@ -1030,7 +1030,6 @@ class GedcomWriter:
|
||||
photo_obj = self.db.get_object_from_handle(photo_obj_id)
|
||||
if photo_obj and photo_obj.get_mime_type() == "image/jpeg":
|
||||
path = photo_obj.get_path ()
|
||||
print path
|
||||
if not os.path.isfile(path):
|
||||
continue
|
||||
self.writeln('1 OBJE')
|
||||
|
Reference in New Issue
Block a user