diff options
| -rw-r--r-- | fatcat_scholar/work_pipeline.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py index 7100b32..363535c 100644 --- a/fatcat_scholar/work_pipeline.py +++ b/fatcat_scholar/work_pipeline.py @@ -125,7 +125,7 @@ class WorkPipeline():                  )              except FileNotFoundError:                  pass -            except except UnicodeDecodeError: +            except UnicodeDecodeError:                  pass          return None | 
