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'