Skip to content
Snippets Groups Projects
Commit ef665e6d authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Please pylint

parent aa0ff643
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment