mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove getting project name and settings twice
This commit is contained in:
parent
fc4368a40d
commit
6e2ffc1e5c
1 changed files with 0 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ class MayaHost(HostBase, IWorkfileHost, ILoadHost):
|
|||
project_name = legacy_io.active_project()
|
||||
project_settings = get_project_settings(project_name)
|
||||
# process path mapping
|
||||
project_name = legacy_io.active_project()
|
||||
project_settings = get_project_settings(project_name)
|
||||
dirmap_processor = MayaDirmap("maya", project_name, project_settings)
|
||||
dirmap_processor.process_dirmap()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue