diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-26 23:59:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-26 23:59:04 +0000 |
| commit | fad8271080340891b01c33a62d17d59233c10fb4 (patch) | |
| tree | bf720642231625af75b93c71b0ff3d8d954ab3fc | |
| parent | 3fa48fdadf625e5f349917fc640a143127d58f66 (diff) | |
A bit more verbosity.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -232,6 +232,7 @@ class Target(object): project.cscript['test'](self) def set(self, a, b): + print "Target set %s=%s" % (a, b) self.variables[a] = b def unset(self, a): |
