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
f772ae6a
Commit
f772ae6a
authored
Dec 12, 2014
by
LE GAC Renaud
Browse files
Fix a bug when harvester handle country.
parent
9ef39be3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/harvest_tools.py
modules/harvest_tools.py
+2
-2
No files found.
modules/harvest_tools.py
View file @
f772ae6a
...
...
@@ -1702,7 +1702,7 @@ class Proceedings(PublicationsTool):
first_author
=
first_author
,
id_categories
=
self
.
harvester
.
id_categories
,
id_collaborations
=
id_collaboration
,
id_countries
=
id
_
countr
ies
,
id_countries
=
get_
id
(
countr
y
)
,
id_projects
=
self
.
harvester
.
id_projects
,
id_publishers
=
id_publisher
,
id_status
=
UNDEF_ID
,
...
...
@@ -2068,7 +2068,7 @@ class Talks(PublicationsTool):
first_author
=
first_author
,
id_categories
=
self
.
harvester
.
id_categories
,
id_collaborations
=
id_collaboration
,
id_countries
=
id
_
countr
ies
,
id_countries
=
get_
id
(
countr
y
)
,
id_projects
=
self
.
harvester
.
id_projects
,
id_status
=
UNDEF_ID
,
id_teams
=
self
.
harvester
.
id_teams
,
...
...
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