Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
22b36f41
Commit
22b36f41
authored
Jan 18, 2016
by
LE GAC Renaud
Browse files
Bug fix in the method record.host.
parent
b590d306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/invenio_tools/record.py
modules/invenio_tools/record.py
+2
-2
No files found.
modules/invenio_tools/record.py
View file @
22b36f41
...
...
@@ -122,8 +122,8 @@ class Record(dict):
val
=
self
.
primary_oai
()
if
not
val
:
self
.
__host
=
u
''
return
self
.
__host
self
.
__host
=
None
return
u
''
match
=
REG_OAI
.
match
(
val
)
if
match
:
...
...
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