Skip to content

Commit

Permalink
patch_thumbnail: better error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Oct 23, 2024
1 parent 21f3ecd commit 04e48d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/patch_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
properties = c3tt.get_ticket_properties(TRACKER_ID)
ticket = PublishingTicket(properties, TRACKER_ID, config)
except Exception:
LOG.exception("could not get ticket from tracker")
LOG.exception("could not get ticket from tracker, are you sure you're using the *tracker id* of the master encoding?")
exit(1)

if not ticket.master:
Expand Down

0 comments on commit 04e48d6

Please sign in to comment.