Skip to content

Commit

Permalink
use empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
teovin committed Jun 17, 2024
1 parent 1cb9e47 commit 09d79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main/legal_document_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def pull(legal_doc_source, id):
cluster["html_info"] = {"source": "court listener"}

# https://www.courtlistener.com/help/api/rest/#case-names
case_name = None
case_name = ""
if cluster["case_name"]:
case_name = cluster["case_name"]
elif cluster["case_name_full"]:
Expand Down

0 comments on commit 09d79c0

Please sign in to comment.