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'