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
c4bad634
Commit
c4bad634
authored
Nov 13, 2019
by
LE GAC Renaud
Browse files
Update InvenioStore to fix utf-8 issue in interrogate.
parent
d08b6615
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/invenio_tools/inveniostore.py
modules/invenio_tools/inveniostore.py
+4
-0
No files found.
modules/invenio_tools/inveniostore.py
View file @
c4bad634
...
...
@@ -86,6 +86,10 @@ class InvenioStore(object):
except
HTTPError
as
he
:
raise
CdsException
(
str
(
he
))
r
.
encoding
=
"utf-8"
print
()
print
(
200
,
r
.
text
)
return
r
.
text
def
get_ids
(
self
,
**
kwargs
):
...
...
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