mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix typo
This commit is contained in:
parent
2e3c3e78ae
commit
04523a2e94
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ TEMP_DIR_DATA_PATH = None
|
|||
F_PROJ_ENTITY = None
|
||||
|
||||
SCRIPT_DIR = os.path.dirname(__file__)
|
||||
PACKAGE_DIR = os.pah.join(SCRIPT_DIR, "flame_to_ftrack_modules")
|
||||
PACKAGE_DIR = os.path.join(SCRIPT_DIR, "flame_to_ftrack_modules")
|
||||
EXPORT_PRESETS_DIR = os.path.join(SCRIPT_DIR, "export_preset")
|
||||
CONFIG_DIR = os.path.join(os.path.expanduser(
|
||||
"~/.openpype"), "openpype_flame_to_ftrack")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue