1
0
Fork 0

Please pylint

This commit is contained in:
jvoisin 2019-05-13 23:31:46 +02:00
parent aa0ff643c4
commit ef665e6dc1
1 changed files with 1 additions and 1 deletions

2
mat2
View File

@ -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))