http://www.gramps-project.org/bugs/view.php?id=5175
put in a valid email address



svn: r18168
This commit is contained in:
Craig J. Anderson 2011-09-15 00:19:26 +00:00
parent aa68ba7aa5
commit dd92bf6e1a
2 changed files with 7 additions and 6 deletions

View File

@ -500,6 +500,7 @@ class CommandLineReport(object):
print " Available options:"
for key in sorted(self.options_dict.keys()):
if key in self.options_help:
if key is None: continue
opt = self.options_help[key]
# Make the output nicer to read, assume that tab has 8 spaces
tabs = '\t\t' if len(key) < 10 else '\t'

View File

@ -37,7 +37,7 @@ plg.status = STABLE
plg.fname = 'AncestorTree.py'
plg.ptype = REPORT
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.authors_email = ["ander882@hotmail.com"]
plg.category = CATEGORY_DRAW
plg.reportclass = 'AncestorTree'
plg.optionclass = 'AncestorTreeOptions'
@ -53,7 +53,7 @@ plg.status = STABLE
plg.fname = 'AncestorTree.py'
plg.ptype = REPORT
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.authors_email = ["ander882@hotmail.com"]
plg.category = CATEGORY_DRAW
plg.reportclass = 'AncestorTree'
plg.optionclass = 'AncestorTreeOptions'
@ -97,7 +97,7 @@ plg.status = STABLE
plg.fname = 'DescendTree.py'
plg.ptype = REPORT
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.authors_email = ["ander882@hotmail.com"]
plg.category = CATEGORY_DRAW
plg.reportclass = 'DescendTree'
plg.optionclass = 'DescendTreeOptions'
@ -113,7 +113,7 @@ plg.status = STABLE
plg.fname = 'DescendTree.py'
plg.ptype = REPORT
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.authors_email = ["ander882@hotmail.com"]
plg.category = CATEGORY_DRAW
plg.reportclass = 'DescendTree'
plg.optionclass = 'DescendTreeOptions'
@ -136,7 +136,7 @@ plg.ptype = REPORT
plg.category = CATEGORY_DRAW
plg.gramps_target_version = '3.4'
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.authors_email = ["ander882@hotmail.com"]
plg.require_active = True
plg.reportclass = 'DescendTree'
plg.optionclass = 'DescendTreeOptions'
@ -153,7 +153,7 @@ plg.ptype = REPORT
plg.category = CATEGORY_DRAW
plg.gramps_target_version = '3.4'
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.authors_email = ["ander882@hotmail.com"]
plg.require_active = True
plg.reportclass = 'DescendTree'
plg.optionclass = 'DescendTreeOptions'