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
7936b2a3
Commit
7936b2a3
authored
Sep 28, 2015
by
LE GAC Renaud
Browse files
Fix pylint warnings / errors in harvest_tools.
parent
a9a19407
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
modules/harvest_tools/automaton.py
modules/harvest_tools/automaton.py
+1
-2
modules/harvest_tools/base.py
modules/harvest_tools/base.py
+0
-3
modules/harvest_tools/notes.py
modules/harvest_tools/notes.py
+0
-2
No files found.
modules/harvest_tools/automaton.py
View file @
7936b2a3
...
...
@@ -11,8 +11,7 @@ from gluon.storage import Storage
from
invenio_tools
import
(
CheckAndFix
,
InvenioStore
,
Marc12
,
OAI_URL
,
REG_OAI
)
OAI_URL
)
from
msg
import
Msg
from
msgcollection
import
MsgCollection
from
plugin_dbui
import
CALLBACK_ERRORS
,
get_create_id
,
get_id
,
UNDEF_ID
...
...
modules/harvest_tools/base.py
View file @
7936b2a3
...
...
@@ -2,9 +2,6 @@
""" harvest_tools.base
"""
import
re
from
gluon
import
current
from
invenio_tools
import
REG_AUTHOR
DRY_RUN
=
"dry run"
...
...
modules/harvest_tools/notes.py
View file @
7936b2a3
...
...
@@ -61,8 +61,6 @@ class Notes(Automaton):
zero otherwise.
"""
db
=
self
.
db
# alias
first_author
=
record
.
first_author
()
oai_url
=
record
.
oai_url
()
...
...
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