diff --git a/mardi_importer/mardi_importer/zbmath/ZBMathSource.py b/mardi_importer/mardi_importer/zbmath/ZBMathSource.py index dcb5617..71e4466 100644 --- a/mardi_importer/mardi_importer/zbmath/ZBMathSource.py +++ b/mardi_importer/mardi_importer/zbmath/ZBMathSource.py @@ -693,7 +693,7 @@ def push(self): and info_dict["keywords"].strip() != "" ): keywords = info_dict["keywords"].strip().split(";") - keywords = [x.strip() for x in keywords] + keywords = [x.strip() for x in keywords if x.strip()] else: keywords = None for attempt in range(5):