diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-11 20:52:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-11 20:52:07 +0000 |
| commit | 4293bbc5866f08fc228ef0599b998707e98d89d8 (patch) | |
| tree | 04a621a158d3c1cf38985eee037a16d8f7c996bf | |
| parent | eb076a1b7da2ef8570df6a021abff7dae47bbddb (diff) | |
Bug>
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -556,6 +556,7 @@ class Tree(object): def __init__(self, name, specifier, target): self.name = name self.specifier = specifier + self.target = target self.version = None self.git_commit = None self.built = False |
