mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use AYON appdirs for publish report viewer
This commit is contained in:
parent
f95bb36a1d
commit
4477327def
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue