mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
fix: adding dependencies_directory to NO_ONE resource owner
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
from wlauto.core.bootstrap import settings
|
||||||
from wlauto.core.extension import Extension
|
from wlauto.core.extension import Extension
|
||||||
|
|
||||||
|
|
||||||
@@ -169,6 +170,7 @@ class __NullOwner(object):
|
|||||||
"""Represents an owner for a resource not owned by anyone."""
|
"""Represents an owner for a resource not owned by anyone."""
|
||||||
|
|
||||||
name = 'noone'
|
name = 'noone'
|
||||||
|
dependencies_directory = settings.dependencies_directory
|
||||||
|
|
||||||
def __getattr__(self, name):
|
def __getattr__(self, name):
|
||||||
return None
|
return None
|
||||||
|
Reference in New Issue
Block a user