From 530d6216b60436510afadae768e377dee8e37319 Mon Sep 17 00:00:00 2001 From: "Craig J. Anderson" Date: Thu, 15 Sep 2011 00:27:40 +0000 Subject: [PATCH] didn't see that I had modified this file for something else. backed out the one line change. svn: r18169 --- src/cli/plug/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli/plug/__init__.py b/src/cli/plug/__init__.py index 1e5b4fefd..39b6eed56 100644 --- a/src/cli/plug/__init__.py +++ b/src/cli/plug/__init__.py @@ -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'