Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ODA
api clients
oda_integral_wrapper
Commits
a3368e94
Commit
a3368e94
authored
Apr 29, 2021
by
Carlo Ferrigno
Browse files
Improve output messaging
parent
a093532d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
oda_integral_wrapper/get_osa10_11_factor.py
oda_integral_wrapper/get_osa10_11_factor.py
+1
-1
No files found.
oda_integral_wrapper/get_osa10_11_factor.py
View file @
a3368e94
...
...
@@ -26,7 +26,7 @@ def get_existing_dict():
if
(
subprocess
.
call
(
cmd
,
shell
=
True
)):
get_existing_dict
.
_log
.
warning
(
'Cloning error'
)
else
:
get_existing_dict
.
_log
.
info
(
"
It will be possible to upload the recomputed fac
tor"
)
get_existing_dict
.
_log
.
info
(
"
Cloned the parameter reposi
tor
y
"
)
subprocess
.
call
(
'cd integral-osa-additional-parameters;git pull'
,
shell
=
True
)
try
:
...
...
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