forked from ungleich-public/cdist
remove duplicate code
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
8d3cad1815
commit
d3e1276965
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ class Type(object):
|
||||||
self.absolute_path = os.path.join(self._base_path, self.path)
|
self.absolute_path = os.path.join(self._base_path, self.path)
|
||||||
self.manifest_path = os.path.join(self.name, "manifest")
|
self.manifest_path = os.path.join(self.name, "manifest")
|
||||||
self.explorer_path = os.path.join(self.name, "explorer")
|
self.explorer_path = os.path.join(self.name, "explorer")
|
||||||
self.manifest_path = os.path.join(self.name, "manifest")
|
|
||||||
self.gencode_local_path = os.path.join(self.name, "gencode-local")
|
self.gencode_local_path = os.path.join(self.name, "gencode-local")
|
||||||
self.gencode_remote_path = os.path.join(self.name, "gencode-remote")
|
self.gencode_remote_path = os.path.join(self.name, "gencode-remote")
|
||||||
self.manifest_path = os.path.join(self.name, "manifest")
|
self.manifest_path = os.path.join(self.name, "manifest")
|
||||||
|
|
Loading…
Reference in a new issue