consistent naming

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent d9f86e26d9
commit 4db02516e7
  1. 2
      lib/cdist/core/type.py

@ -117,7 +117,7 @@ class Type(object):
return os.path.join(self.path, "manifest")
@property
def gencode(self):
def gencode_local(self):
return os.path.join(self.path, "gencode-local")
@property

Loading…
Cancel
Save