| Index: sitescripts/management/bin/installChanges.py |
| =================================================================== |
| --- a/sitescripts/management/bin/installChanges.py |
| +++ b/sitescripts/management/bin/installChanges.py |
| @@ -113,7 +113,7 @@ |
| 'user': None, |
| 'group': None, |
| 'postsync': None, |
| - 'ignore': [] |
| + 'ignore': [], |
| } |
| if isinstance(result[name][setting], list): |
| result[name][setting] = get_config().get('filesync', option).split(' ') |