remove obsolete get_type_from_object() and use Object.type
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c0d6d4d530
commit
b891818b9c
2 changed files with 1 additions and 6 deletions
|
|
@ -78,7 +78,7 @@ class ConfigInstall:
|
|||
def run_type_explorer(self, cdist_object):
|
||||
"""Run type specific explorers for objects"""
|
||||
|
||||
type = self.path.get_type_from_object(cdist_object)
|
||||
type = cdist_object.type
|
||||
self.path.transfer_type_explorers(type)
|
||||
|
||||
cmd = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue