Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe
main
Commits
9de5aeeb
Commit
9de5aeeb
authored
Oct 19, 2016
by
Daniele Venzano
Browse files
Ignore errors removing the log directories
parent
a5c530ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_lib/exec_logs.py
View file @
9de5aeeb
...
...
@@ -72,6 +72,6 @@ def delete(execution: Execution):
if
path
is
None
:
return
shutil
.
rmtree
(
path
)
shutil
.
rmtree
(
path
,
ignore_errors
=
True
)
_shutdown
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment