self....
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4956c015c1
commit
dadc3ffe94
1 changed files with 2 additions and 2 deletions
|
@ -514,7 +514,7 @@ class Cdist:
|
||||||
env["__object"] = self.object_dir(cdist_object)
|
env["__object"] = self.object_dir(cdist_object)
|
||||||
env["__object_id"] = self.get_object_id_from_object(cdist_object)
|
env["__object_id"] = self.get_object_id_from_object(cdist_object)
|
||||||
env["__object_fq"] = cdist_object
|
env["__object_fq"] = cdist_object
|
||||||
env["__type"] = self.type_dir(get_type_from_object(cdist_object))
|
env["__type"] = self.type_dir(self.get_type_from_object(cdist_object))
|
||||||
|
|
||||||
if mode == "gencode":
|
if mode == "gencode":
|
||||||
paths = self.type_gencode_paths(self.get_type_from_object(cdist_object))
|
paths = self.type_gencode_paths(self.get_type_from_object(cdist_object))
|
||||||
|
@ -644,7 +644,7 @@ def install(args):
|
||||||
|
|
||||||
def emulator():
|
def emulator():
|
||||||
"""Emulate type commands (i.e. __file and co)"""
|
"""Emulate type commands (i.e. __file and co)"""
|
||||||
process = {}
|
type = os.path.basename(sys.argv[0])
|
||||||
|
|
||||||
def commandline():
|
def commandline():
|
||||||
"""Parse command line"""
|
"""Parse command line"""
|
||||||
|
|
Loading…
Reference in a new issue