Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Aug 1, 2024
1 parent 084ef92 commit 7605974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7605974

Please sign in to comment.