From 04e48d6b76085a51bc280cd0a5bcc82d03642172 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 23 Oct 2024 19:27:48 +0200 Subject: [PATCH] patch_thumbnail: better error messages --- voctopublish/patch_thumbnail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voctopublish/patch_thumbnail.py b/voctopublish/patch_thumbnail.py index a43f859..620d190 100755 --- a/voctopublish/patch_thumbnail.py +++ b/voctopublish/patch_thumbnail.py @@ -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: