2004-08-25 Tim Waugh <twaugh@redhat.com>
* src/WriteGedcom.py (GedcomWriter.write_person): Removed debugging noise. svn: r3511
This commit is contained in:
parent
b29af77888
commit
e1024a5cc8
@ -1,4 +1,6 @@
|
||||
2004-08-25 Tim Waugh <twaugh@redhat.com>
|
||||
* src/WriteGedcom.py (GedcomWriter.write_person): Removed
|
||||
debugging noise.
|
||||
* src/RelLib.py (Person.parents_too_old): Fixed typo.
|
||||
|
||||
2004-08-24 Don Allingham <dallingham@users.sourceforge.net>
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user