From 4477327defc4b1344273d373bca629384fccacb3 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 6 Feb 2024 18:05:16 +0100 Subject: [PATCH] use AYON appdirs for publish report viewer --- .../ayon_core/tools/publisher/publish_report_viewer/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/publisher/publish_report_viewer/window.py b/client/ayon_core/tools/publisher/publish_report_viewer/window.py index 2cd2696831..6427b915a8 100644 --- a/client/ayon_core/tools/publisher/publish_report_viewer/window.py +++ b/client/ayon_core/tools/publisher/publish_report_viewer/window.py @@ -37,7 +37,7 @@ def get_reports_dir(): """ report_dir = os.path.join( - appdirs.user_data_dir("openpype", "pypeclub"), + appdirs.user_data_dir("AYON", "Ynput"), "publish_report_viewer" ) if not os.path.exists(report_dir):