use AYON appdirs for publish report viewer

This commit is contained in:
Jakub Trllo 2024-02-06 18:05:16 +01:00
parent f95bb36a1d
commit 4477327def

View file

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