 Issue 29756692:
  Noissue - Adapt best practices for trailing commas (cms)  (Closed)
    
  
    Issue 29756692:
  Noissue - Adapt best practices for trailing commas (cms)  (Closed) 
  | Index: tests/test_additional_paths.py | 
| =================================================================== | 
| --- a/tests/test_additional_paths.py | 
| +++ b/tests/test_additional_paths.py | 
| @@ -54,7 +54,7 @@ | 
| ap_root = tmpdir_factory.mktemp('ap_site') | 
| ap_root.join('settings.ini').write( | 
| base_root.join('settings.ini').read() + | 
| - PATHS_FRAGMENT_TEMPLATE.format(base_root) | 
| + PATHS_FRAGMENT_TEMPLATE.format(base_root), | 
| ) | 
| pages = ap_root.mkdir('pages') |