Skip to content

Commit

Permalink
PublishingTicket: how did this ever work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Oct 23, 2024
1 parent 7f7dfd4 commit 21f3ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/model/ticket_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __init__(self, ticket, ticket_id, config):
# recording ticket properties
self.language = self._get_str("Record.Language", optional=True)
if self.language is None:
self.language = self._validate("Fahrplan.Language")
self.language = self._get_str("Fahrplan.Language")
self.languages = {
int(k.split(".")[-1]): self._get_str(k)
for k in self._tracker_ticket
Expand Down

0 comments on commit 21f3ecd

Please sign in to comment.