mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
rmtree ignores errors
This commit is contained in:
@@ -123,4 +123,4 @@ class MetadataParser:
|
||||
cbx.addFile(tmpXML)
|
||||
except OSError as e:
|
||||
raise UserWarning(e)
|
||||
rmtree(workdir)
|
||||
rmtree(workdir, True)
|
||||
|
||||
Reference in New Issue
Block a user