Change file extentions in reports when different filetype is chosen
svn: r1534
This commit is contained in:
@@ -344,7 +344,8 @@ class DescendantReportDialog(Report.DrawReportDialog):
|
||||
self.person, self.target_path, self.doc)
|
||||
MyReport.write_report()
|
||||
except Errors.ReportError, msg:
|
||||
ErrorDialog(str(msg))
|
||||
(m1,m2) = msg.messages()
|
||||
ErrorDialog(m1,m2)
|
||||
except:
|
||||
import DisplayTrace
|
||||
DisplayTrace.DisplayTrace()
|
||||
|
||||
Reference in New Issue
Block a user