didn't see that I had modified this file for something else.

backed out the one line change.


svn: r18169
This commit is contained in:
Craig J. Anderson 2011-09-15 00:27:40 +00:00
parent dd92bf6e1a
commit 530d6216b6

View File

@ -500,7 +500,6 @@ 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'