revert half of 18535 (TagReport error line)
svn: r18536
This commit is contained in:
parent
bc69fd6682
commit
68bb197d94
@ -76,7 +76,7 @@ class TagReport(Report):
|
|||||||
menu = options.menu
|
menu = options.menu
|
||||||
self.tag = menu.get_option_by_name('tag').get_value()
|
self.tag = menu.get_option_by_name('tag').get_value()
|
||||||
if not self.tag:
|
if not self.tag:
|
||||||
raise ReportError(
|
raise ReportError(_('Tag Report'),
|
||||||
_('You must first create a tag before running this report.'))
|
_('You must first create a tag before running this report.'))
|
||||||
|
|
||||||
def write_report(self):
|
def write_report(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user