diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-25 14:50:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-25 14:50:54 +0100 |
| commit | 533d1176868e4d0aa0280c122673bbf0ca55db31 (patch) | |
| tree | 23554e006373deeaf3d9b5d8820cb81498b7f0a3 | |
| parent | 3678867b3c71f903aa4aac812639bdb6d4940723 (diff) | |
Default environment_prefix.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -366,6 +366,7 @@ class Target: # of in some other way self.build_dependencies = True self.dependencies_only = dependencies_only + self.environment_prefix = None if directory is None: try: |
