Skip to content

Commit

Permalink
Adds NONE as a choice to -L
Browse files Browse the repository at this point in the history
Signed-off-by: Yesudeep Mangalapilly <gora.khargosh@gmail.com>
  • Loading branch information
gorakhargosh committed Feb 19, 2011
1 parent f68f520 commit 7d672a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pepe/__init__.py
Expand Up @@ -815,7 +815,8 @@ def parse_command_line():
'INFO', 'INFO',
'WARNING', 'WARNING',
'ERROR', 'ERROR',
'CRITICAL' 'CRITICAL',
'NONE',
], ],
default='INFO', default='INFO',
help="Logging level.") help="Logging level.")
Expand Down

0 comments on commit 7d672a1

Please sign in to comment.