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
cigale
CIGALE
Commits
a93fdcfa
Commit
a93fdcfa
authored
Jul 01, 2013
by
Yannick
Browse files
Merge branch 'builddb' of gitlab.oamp.dev:yannick/pcigale into develop
parents
08c5c6b4
0a1f8c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
database_builder/__init__.py
View file @
a93fdcfa
...
...
@@ -341,8 +341,6 @@ def build_fritz2006(base):
base
.
add_fritz2006_agn
(
agn
)
base
.
session
.
close_all
()
def
build_base
():
base
=
Database
(
writable
=
True
)
...
...
@@ -374,6 +372,8 @@ def build_base():
print
(
"
\n
DONE
\n
"
)
print
(
'#'
*
78
)
base
.
session
.
close_all
()
if
__name__
==
'__main__'
:
build_base
()
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