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):