summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorjvoisin2011-08-06 22:43:17 +0200
committerjvoisin2011-08-06 22:43:17 +0200
commit008cb53a98681ed1be8a1d2f767ecf50fba585bb (patch)
tree99da4c28ec2a0ddbec48014e003d95047d111945 /cli.py
parentc57b3b6dabff3eebc842f5c3fbd4b6459e6b6794 (diff)
Cleanup and more pylint conformity
Diffstat (limited to '')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index a540258..7c4c399 100755
--- a/cli.py
+++ b/cli.py
@@ -137,7 +137,7 @@ def main():
137 func = is_clean 137 func = is_clean
138 elif args.ugly is True: # destructive anonymisation method 138 elif args.ugly is True: # destructive anonymisation method
139 func = clean_meta_ugly 139 func = clean_meta_ugly
140 elif args.list is True: 140 elif args.list is True: # print the list of all supported format
141 list_supported() 141 list_supported()
142 else: # clean the file 142 else: # clean the file
143 func = clean_meta 143 func = clean_meta