commit | 720eaf272b8de1d5ffa810e5f8ec3e6678335931 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 18:00:45 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Aug 09 18:00:45 2013 -0700 |
tree | 4ba70a72aeda1a4c147a51562c5593d16fa88297 | |
parent | a68176f803f56ead0e73ba8aac052e2886b6f2ef [diff] [blame] |
fix bugs found by pylint
diff --git a/src/python/oftest/help_formatter.py b/src/python/oftest/help_formatter.py index 0e0a7c9..bd6feb1 100644 --- a/src/python/oftest/help_formatter.py +++ b/src/python/oftest/help_formatter.py
@@ -7,4 +7,4 @@ indent = " "*self.current_indent return indent + description else: - return none + return None