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.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py
index 5c32767..f17d69d 100644
--- a/fatcat_scholar/work_pipeline.py
+++ b/fatcat_scholar/work_pipeline.py
@@ -412,13 +412,11 @@ class WorkPipeline:
sim_fulltext = self.fetch_sim(
sim_issue, sim_pub, release.pages, release.ident
)
- except requests.exceptions.ConnectionError as e:
- print(str(e), file=sys.stderr)
- continue
- except requests.exceptions.ReadTimeout as e:
- print(str(e), file=sys.stderr)
- continue
- except requests.exceptions.ChunkedEncodingError as e:
+ except (
+ requests.exceptions.ConnectionError,
+ requests.exceptions.ReadTimeout,
+ requests.exceptions.ChunkedEncodingError,
+ ) as e:
print(str(e), file=sys.stderr)
continue
if sim_fulltext: