remove trailing whitespace
This commit is contained in:
parent
337f6d9c7a
commit
d837e40307
@ -946,7 +946,7 @@ class MenuReportOptions(MenuOptions, ReportOptions):
|
|||||||
def get_subject(self):
|
def get_subject(self):
|
||||||
"""
|
"""
|
||||||
Return a string that describes the subject of the report.
|
Return a string that describes the subject of the report.
|
||||||
|
|
||||||
This method MUST be overridden by subclasses.
|
This method MUST be overridden by subclasses.
|
||||||
"""
|
"""
|
||||||
LOG.warning("get_subject not implemented for %s" % self.name)
|
LOG.warning("get_subject not implemented for %s" % self.name)
|
||||||
|
@ -405,7 +405,7 @@ class BirthdayOptions(MenuReportOptions):
|
|||||||
self.__pid = None
|
self.__pid = None
|
||||||
self.__filter = None
|
self.__filter = None
|
||||||
MenuReportOptions.__init__(self, name, dbase)
|
MenuReportOptions.__init__(self, name, dbase)
|
||||||
|
|
||||||
def get_subject(self):
|
def get_subject(self):
|
||||||
""" Return a string that describes the subject of the report. """
|
""" Return a string that describes the subject of the report. """
|
||||||
return self.__filter.get_filter().get_name()
|
return self.__filter.get_filter().get_name()
|
||||||
|
Loading…
Reference in New Issue
Block a user