diff options
| author | jvoisin | 2011-08-06 22:43:17 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-06 22:43:17 +0200 |
| commit | 008cb53a98681ed1be8a1d2f767ecf50fba585bb (patch) | |
| tree | 99da4c28ec2a0ddbec48014e003d95047d111945 /cli.py | |
| parent | c57b3b6dabff3eebc842f5c3fbd4b6459e6b6794 (diff) | |
Cleanup and more pylint conformity
Diffstat (limited to '')
| -rwxr-xr-x | cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
