diff options
Diffstat (limited to '')
| -rw-r--r-- | bin/config_list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config_list b/bin/config_list index b5b255709..ca7946ad1 100644 --- a/bin/config_list +++ b/bin/config_list @@ -126,7 +126,7 @@ def do_output(listname, outfile): print '#', line # munge the value based on its type value = getattr(mlist, varname) - if vtype == mm_cfg.Text: + if vtype in (mm_cfg.Text, mm_cfg.FileUpload): print varname, '=', lines = string.split(string.replace(value, '\r', ''), '\n') if len(lines) == 1: |
