From ae71c814ec7287cd5da96bba247cec03ae904796 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 15 Feb 2021 21:55:34 -0800 Subject: fmt and lint fixes (including one actual bug) --- fatcat_scholar/work_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatcat_scholar/work_pipeline.py') diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py index 282378b..10b701b 100644 --- a/fatcat_scholar/work_pipeline.py +++ b/fatcat_scholar/work_pipeline.py @@ -208,7 +208,7 @@ class WorkPipeline: return None except urllib3.exceptions.MaxRetryError: # HACK: work around broken seaweedfs keys - print(f"seaweedfs failure: sha1hex={fe.sha1}", file=sys.stderr) + print(f"seaweedfs failure: sha1hex={sha1hex}", file=sys.stderr) return None return dict( -- cgit v1.2.3