Merge branch 'execution_order' into execution_order_plus_general_changes
This commit is contained in:
commit
72fef03184
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class CdistObject(object):
|
||||||
raise cdist.Error('Error creating directories for cdist object: %s: %s' % (self, error))
|
raise cdist.Error('Error creating directories for cdist object: %s: %s' % (self, error))
|
||||||
|
|
||||||
def requirements_unfinished(self, requirements):
|
def requirements_unfinished(self, requirements):
|
||||||
"""Return state whether normal depedencies are satisfied"""
|
"""Return state whether requirements are satisfied"""
|
||||||
|
|
||||||
object_list = []
|
object_list = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue