Skip to content

Commit

Permalink
Language is hard, wowo
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Aug 4, 2020
1 parent 78c9bf9 commit e8104c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lametro/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,12 +744,12 @@ def related_files(self):
related_bill = entity.bill
except LAMetroBill.DoesNotExist:
# We configure event agenda items to return LAMetroBill
# objects. Sometimes, agendas items concern bills that do
# objects. Sometimes, agenda items concern bills that do
# not meet criteria for display, e.g., the bill is private
# or it does not appear on a published agenda. (See the
# LAMetroBill manager for an exhaustive list of display
# criteria.) In this case, trying to access the bill via
# the event related entity will raise this exception. Skip
# the event agenda item will raise this exception. Skip
# adding those documents to the event packet.
continue
else:
Expand Down

0 comments on commit e8104c5

Please sign in to comment.