aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/work_pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/work_pipeline.py')
-rw-r--r--fatcat_scholar/work_pipeline.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py
index 5bfc1b6..7100b32 100644
--- a/fatcat_scholar/work_pipeline.py
+++ b/fatcat_scholar/work_pipeline.py
@@ -125,6 +125,8 @@ class WorkPipeline():
)
except FileNotFoundError:
pass
+ except except UnicodeDecodeError:
+ pass
return None
def lookup_sim(self, release: ReleaseEntity) -> Optional[SimIssueRow]: