From 7605974d1164a2ff12e2fa19ef8503c4e335221c Mon Sep 17 00:00:00 2001 From: Rebecca Cremona Date: Thu, 1 Aug 2024 17:22:25 -0400 Subject: [PATCH] Lint. --- web/main/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/main/views.py b/web/main/views.py index 2039b1824..a331d59d2 100644 --- a/web/main/views.py +++ b/web/main/views.py @@ -2771,7 +2771,7 @@ def export(request: HttpRequest, node: Union[ContentNode, Casebook], file_type=" file_type, export_options=export_options, ) - except LambdaException as e: + except LambdaException: logger.exception(f"Export of node {node.id} failed.") return render(request, "export_error.html", {"casebook": node}) if response_data is None: