diff options
| author | Abhilash Raj | 2015-03-12 21:50:52 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2015-03-12 21:50:52 +0530 |
| commit | 8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (patch) | |
| tree | 613186c3d8d1c777904e13d7506989e8e610975c /src/mailman/config/config.py | |
| parent | 53b1f69726f97193638f1acf248646f7c8b28fe9 (diff) | |
| download | mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.gz mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.zst mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.zip | |
Diffstat (limited to 'src/mailman/config/config.py')
| -rw-r--r-- | src/mailman/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/config/config.py b/src/mailman/config/config.py index 2b14419a2..4d0d57cd5 100644 --- a/src/mailman/config/config.py +++ b/src/mailman/config/config.py @@ -149,7 +149,7 @@ class Configuration: # First, collect all variables in a substitution dictionary. $VAR_DIR # is taken from the environment or from the configuration file if the # environment is not set. Because the var_dir setting in the config - # file could be a relative path, and because 'bin/mailman start' + # file could be a relative path, and because 'mailman start' # chdirs to $VAR_DIR, without this subprocesses bin/master and # bin/runner will create $VAR_DIR hierarchies under $VAR_DIR when that # path is relative. |
