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
Glandos
magnetico_merge
Commits
c2768a1d
Commit
c2768a1d
authored
Dec 08, 2020
by
Glandos
Browse files
remove test log
parent
6ffce343
Changes
1
Show whitespace changes
Inline
Side-by-side
magnetico_merge.py
View file @
c2768a1d
...
...
@@ -294,7 +294,7 @@ class Merger:
@
click
.
argument
(
"main-db"
)
@
click
.
argument
(
"merged-db"
)
def
main
(
main_db
,
merged_db
):
click
.
echo
(
f
"Merging
(NEW)
{
merged_db
}
into
{
main_db
}
"
)
click
.
echo
(
f
"Merging
{
merged_db
}
into
{
main_db
}
"
)
merger
=
Merger
(
main_db
,
merged_db
)
click
.
echo
(
"Gathering database statistics: "
,
nl
=
False
)
...
...
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