Skip to content
GitLab
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
f02fc229
Commit
f02fc229
authored
May 27, 2021
by
Baptiste CHOCOT
Browse files
escape \#s from passwords
parent
321cc94a
Pipeline
#230578
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/private_src/entry_points/actev_get_system.py
View file @
f02fc229
...
...
@@ -88,7 +88,7 @@ def entry_point(url, system_type, location=None, user=None, password=None,
script
+=
" "
+
url
+
\
" "
+
location
+
\
" "
+
user
+
\
" "
+
password
+
\
" "
+
password
.
replace
(
'#'
,
'
\\
#'
)
+
\
" "
+
token
+
\
" "
+
install_cli
+
\
" "
+
sha
+
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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