From 4875cbe67f6f35cf7d4b169eba94772371b6b79a Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:20:41 +0200 Subject: [PATCH] added deprecation warning --- client/ayon_core/pipeline/publish/publish_plugins.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/ayon_core/pipeline/publish/publish_plugins.py b/client/ayon_core/pipeline/publish/publish_plugins.py index 4e7c5900c7..d8ed4ec10c 100644 --- a/client/ayon_core/pipeline/publish/publish_plugins.py +++ b/client/ayon_core/pipeline/publish/publish_plugins.py @@ -29,6 +29,10 @@ class KnownPublishError(Exception): """Publishing crashed because of known error. Artist can't affect source of the error. + + Deprecated: + Please use `PublishError` instead. Marked as deprecated 24/09/02. + """ pass