From 008cb53a98681ed1be8a1d2f767ecf50fba585bb Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 6 Aug 2011 22:43:17 +0200 Subject: Cleanup and more pylint conformity --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.py') diff --git a/cli.py b/cli.py index a540258..7c4c399 100755 --- a/cli.py +++ b/cli.py @@ -137,7 +137,7 @@ def main(): func = is_clean elif args.ugly is True: # destructive anonymisation method func = clean_meta_ugly - elif args.list is True: + elif args.list is True: # print the list of all supported format list_supported() else: # clean the file func = clean_meta -- cgit v1.3