2007-12-18 Gary Burton <gary.burton@zen.co.uk>
* src/plugins/DetAncestralReport.py: Remove some test code svn: r9529
This commit is contained in:
parent
3a10b36866
commit
29a40f4bca
@ -1,3 +1,6 @@
|
|||||||
|
2007-12-18 Gary Burton <gary.burton@zen.co.uk>
|
||||||
|
* src/plugins/DetAncestralReport.py: Remove some test code
|
||||||
|
|
||||||
2007-12-17 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
2007-12-17 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||||
* src/DbManager.py: I was having some weird issues with the archive
|
* src/DbManager.py: I was having some weird issues with the archive
|
||||||
file giving errors about "still in use". With these changes, I haven't
|
file giving errors about "still in use". With these changes, I haven't
|
||||||
|
@ -415,7 +415,6 @@ class DetAncestorReport(Report):
|
|||||||
for notehandle in notelist:
|
for notehandle in notelist:
|
||||||
note = self.database.get_note_from_handle(notehandle)
|
note = self.database.get_note_from_handle(notehandle)
|
||||||
self.doc.start_paragraph('DAR-MoreDetails')
|
self.doc.start_paragraph('DAR-MoreDetails')
|
||||||
self.doc.write_text("test")
|
|
||||||
self.doc.write_text(note.get())
|
self.doc.write_text(note.get())
|
||||||
self.doc.end_paragraph()
|
self.doc.end_paragraph()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user