Skip to content

Commit

Permalink
fix line_brand null/
Browse files Browse the repository at this point in the history
  • Loading branch information
jclgoodwin committed May 5, 2024
1 parent 6714b75 commit 0247954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bustimes/management/commands/import_transxchange.py
Expand Up @@ -1255,7 +1255,7 @@ def handle_service(self, filename: str, transxchange, txc_service, today, stops)

route_defaults = {
"line_name": line.line_name,
"line_brand": line_brand,
"line_brand": line_brand or "",
"outbound_description": line.outbound_description or "",
"inbound_description": line.inbound_description or "",
"start_date": txc_service.operating_period.start,
Expand Down

0 comments on commit 0247954

Please sign in to comment.