Skip to content

Commit

Permalink
new corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
LizzAlice committed Nov 5, 2024
1 parent 82433e0 commit 2842a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mardi_importer/mardi_importer/zbmath/ZBMathAuthor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def __init__(self, integrator, name, zbmath_author_id, label_id_dict,):
self.name = None
self.QID = None
self.zbmath_author_id = zbmath_author_id.strip()
self.item = self.init_item()
self.label_id_dict = label_id_dict
self.item = self.init_item()

def init_item(self):
item = self.api.item.new()
Expand Down
1 change: 1 addition & 0 deletions mardi_importer/mardi_importer/zbmath/ZBMathSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ def push(self):
integrator=self.integrator,
name=a,
zbmath_author_id=a_id,
label_id_dict=self.label_id_dict,
)
local_author_id = author.create()
except Exception as e:
Expand Down

0 comments on commit 2842a5a

Please sign in to comment.