diff options
| author | jvoisin | 2019-05-13 23:31:46 +0200 |
|---|---|---|
| committer | jvoisin | 2019-05-13 23:31:46 +0200 |
| commit | ef665e6dc1fef565ed3894be250db71ed5fb79a5 (patch) | |
| tree | ddcf7990bcebf295cb370a6e1e0172e315d5d668 | |
| parent | aa0ff643c4f6a83d5eb38f10610f11c8ca81d414 (diff) | |
Please pylint
| -rwxr-xr-x | mat2 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -117,7 +117,7 @@ def clean_meta(filename: str, is_lightweight: bool, policy: UnknownMemberPolicy) | |||
| 117 | p.lightweight_cleaning = is_lightweight | 117 | p.lightweight_cleaning = is_lightweight |
| 118 | 118 | ||
| 119 | try: | 119 | try: |
| 120 | logging.debug('Cleaning %s…' % filename) | 120 | logging.debug('Cleaning %s…', filename) |
| 121 | return p.remove_all() | 121 | return p.remove_all() |
| 122 | except RuntimeError as e: | 122 | except RuntimeError as e: |
| 123 | print("[-] %s can't be cleaned: %s" % (filename, e)) | 123 | print("[-] %s can't be cleaned: %s" % (filename, e)) |
