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
Belgian Biodiversity Platform
cputils
Commits
448b6889
Commit
448b6889
authored
Feb 14, 2012
by
Julien Cigar
Browse files
wrong argument in MetaData (s/engine/bind)
parent
86ccf4dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/sa.py
View file @
448b6889
...
...
@@ -69,7 +69,7 @@ class SAEnginePlugin(plugins.SimplePlugin):
# Metadata
if
not
self
.
sa_meta
:
self
.
sa_meta
=
MetaData
(
eng
in
e
=
self
.
sa_engine
,
self
.
sa_meta
=
MetaData
(
b
in
d
=
self
.
sa_engine
,
**
_config
.
get
(
'metadata'
,
{}))
elif
not
self
.
sa_meta
.
is_bound
():
self
.
sa_meta
.
bind
=
self
.
sa_engine
...
...
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