diff --git a/mat2 b/mat2 index e73c498..4773c85 100755 --- a/mat2 +++ b/mat2 @@ -117,7 +117,7 @@ def clean_meta(filename: str, is_lightweight: bool, policy: UnknownMemberPolicy) p.lightweight_cleaning = is_lightweight try: - logging.debug('Cleaning %s…' % filename) + logging.debug('Cleaning %s…', filename) return p.remove_all() except RuntimeError as e: print("[-] %s can't be cleaned: %s" % (filename, e))