Please pylint
This commit is contained in:
parent
aa0ff643c4
commit
ef665e6dc1
2
mat2
2
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))
|
||||
|
Loading…
Reference in New Issue
Block a user