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

Unified Diff: sitescripts/management/bin/installChanges.py

Issue 29756646: Noissue - Adapt best practices for trailing commas (abpssembly) (Closed)
Patch Set: Re-run script on Python 2, added flake8-commas extension Created April 19, 2018, 2:41 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
« no previous file with comments | « sitescripts/management/bin/generateNotifications.py ('k') | sitescripts/notifications/test/notification.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(' ')
« no previous file with comments | « sitescripts/management/bin/generateNotifications.py ('k') | sitescripts/notifications/test/notification.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld