1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

fix: adding dependencies_directory to NO_ONE resource owner

This commit is contained in:
Sergei Trofimov 2015-07-01 16:08:10 +01:00
parent a27768fe21
commit a37e734cf1

View File

@ -13,6 +13,7 @@
# limitations under the License.
#
from wlauto.core.bootstrap import settings
from wlauto.core.extension import Extension
@ -169,6 +170,7 @@ class __NullOwner(object):
"""Represents an owner for a resource not owned by anyone."""
name = 'noone'
dependencies_directory = settings.dependencies_directory
def __getattr__(self, name):
return None