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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
242e3118
Commit
242e3118
authored
Oct 26, 2015
by
LE GAC Renaud
Browse files
Fix a bug in msg when reporting a synonym for publisher.
parent
61ff6f09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/harvest_tools/msg.py
modules/harvest_tools/msg.py
+1
-1
No files found.
modules/harvest_tools/msg.py
View file @
242e3118
...
...
@@ -127,7 +127,7 @@ class Msg(Storage):
elif
tablename
==
"countries"
:
self
.
synonym
=
record
.
country
()
elif
tablename
==
"publishers"
:
self
.
synonym
=
record
.
p
ublishe
r
()
self
.
synonym
=
record
.
p
aper_edito
r
()
if
year
is
None
and
record
is
not
None
:
year
=
record
.
year
()
...
...
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