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
ActEV
diva_evaluation_cli
Commits
b8c2d465
Commit
b8c2d465
authored
Feb 14, 2019
by
Maxime Hubert
Browse files
add system_cache_dir to experiment-cleanup in exec script
parent
e2ec57e2
Pipeline
#130104
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/private_src/implementation/exec/exec.py
View file @
b8c2d465
...
...
@@ -50,7 +50,7 @@ output, chunk_result):
continue
merge_chunks
(
system_cache_dir
,
output
,
chunk_result
,
None
)
experiment_cleanup
()
experiment_cleanup
(
system_cache_dir
)
except
:
experiment_cleanup
()
...
...
Write
Preview
Supports
Markdown
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