Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EUDAT-TOOLS
SVMON
pysvmon
Commits
aeb75858
Commit
aeb75858
authored
Dec 07, 2021
by
Agustin Pane
Browse files
Merge branch 'master' of gitlab.eudat.eu:EUDAT-TOOLS/SVMON/pysvmon into development
# Conflicts: # setup.py # svmon_client/services.py
parents
3332aeb7
9817fe13
Changes
1
Hide whitespace changes
Inline
Side-by-side
svmon_client/services.py
View file @
aeb75858
...
...
@@ -108,7 +108,6 @@ def get_service_tag(service_type,configs=None):
elif
service_type
==
"svmon"
:
if
configs
!=
None
and
'svmon_app_path'
in
configs
:
print
(
'Getting svmon version from config file'
)
tmp
=
get_package_version
(
"b2safe"
)
tags
=
{}
if
configs
.
get
(
'svmon_app_path'
)
!=
None
and
configs
.
get
(
'svmon_app_path'
)
!=
''
:
svmonVersions
=
get_svmon_version
(
configs
.
get
(
'svmon_app_path'
))
...
...
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