Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/test_additional_paths.py

Issue 29756692: Noissue - Adapt best practices for trailing commas (cms) (Closed)
Patch Set: Manual cleanup Created April 19, 2018, 1:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cms/sources.py ('K') | « runserver.spec ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« cms/sources.py ('K') | « runserver.spec ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld