diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-02 15:38:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-02 15:38:24 +0200 |
| commit | 2d8593120332a88764ccdee3d02a40177e56a62b (patch) | |
| tree | 7c4a7d8a38d381fccc991a6e71288596e7c91c78 | |
| parent | 0ca0b25605ebf943945690ef151e6fae6e917edb (diff) | |
Typo.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -940,7 +940,7 @@ class Tree(object): else: log("Deprecated cscript option_defaults method; replace with a dict") defaults_dict = from_cscript() - for k, v in default_dict.items(): + for k, v in defaults_dict.items(): if not k in options: options[k] = v |
