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
5eb0cf67
Commit
5eb0cf67
authored
May 15, 2019
by
Maxime Hubert
Browse files
Merge branch 'development' into baseline_system_development
parents
b7fbca3e
23fb8a30
Pipeline
#137120
canceled with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5eb0cf67
1.1.8 - 05.15.19
================
*
Bug fixes
*
Less constraints on the container_output validation
1.
1.7 - 04.09.19
================
...
...
diva_evaluation_cli/__init__.py
View file @
5eb0cf67
__version__
=
'1.1.
7
'
__version__
=
'1.1.
8
'
diva_evaluation_cli/bin/private_src/implementation/get_system/get/get_archive.sh
View file @
5eb0cf67
...
...
@@ -33,7 +33,7 @@ else
fi
archive
=
`
ls
`
if
[
$name
!
=
""
]
;
then
if
[
$name
=
=
""
]
;
then
python3
-c
"import shutil; shutil.unpack_archive('
${
archive
}
'); print('Archive uncompressed')"
else
python3
-c
"import shutil; shutil.unpack_archive('
${
archive
}
', '
${
name
}
'); print('Archive uncompressed')"
...
...
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