mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
method get_jobs_root returns a value
This commit is contained in:
parent
0023d94d30
commit
d33f952df2
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class JobQueueModule(OpenPypeModule):
|
|||
return copy.deepcopy(self._jobs_root_mapping)
|
||||
|
||||
def get_jobs_root(self):
|
||||
self._jobs_root_mapping.get(platform.system().lower())
|
||||
return self._jobs_root_mapping.get(platform.system().lower())
|
||||
|
||||
@classmethod
|
||||
def get_jobs_root_from_settings(cls):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue