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
mpcdf
obs
osc-plugins
Commits
04f4291e
Commit
04f4291e
authored
Jun 18, 2019
by
Lorenz Huedepohl
Browse files
Less noise
parent
32851af3
Pipeline
#67024
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
04f4291e
...
...
@@ -443,7 +443,6 @@ Macros:
existing_repo
=
root
.
find
(
"./repository[@name='{0}']"
.
format
(
name
))
if
existing_repo
is
not
None
:
print
(
"Modifying existing repository"
,
name
)
root
.
remove
(
existing_repo
)
else
:
print
(
"New repository"
,
name
)
...
...
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