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
01690117
Commit
01690117
authored
May 07, 2021
by
Baptiste CHOCOT
Browse files
get-system now fails when subscript fails
parent
7a3d0ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/private_src/entry_points/actev_get_system.py
View file @
01690117
...
...
@@ -87,6 +87,7 @@ def entry_point(url, system_type, location=None, user=None, password=None,
# go into the right directory to execute the script
path
=
os
.
path
.
dirname
(
__file__
)
script
=
os
.
path
.
join
(
path
,
'../implementation/get_system/get/'
+
script
)
script
=
"bash -e "
+
script
script
+=
" "
+
url
+
\
" "
+
location
+
\
" "
+
user
+
\
...
...
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