Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tclose/nif-reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 13, 2020
2 parents d406414 + b957ae1 commit 4cac60c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions scripts/add_authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
if initials:
authors = [a for a in authors if initials == a.initials]

researcher = Researcher(
first,
last,
initials=initials,
scopus_authors=[
ScopusAuthor(
a.eid,
affiliation=Affiliation(
a.affiliation_id, a.affiliation, a.city, a.country))
for a in authors])
db.session.commit()
researcher = Researcher(
first,
last,
initials=initials,
scopus_authors=[
ScopusAuthor(
a.eid,
affiliation=Affiliation(
a.affiliation_id, a.affiliation, a.city, a.country))
for a in authors])
db.session.commit()

0 comments on commit 4cac60c

Please sign in to comment.