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

Unified Diff: packagerEdge.py

Issue 29756673: Noissue - Adapt best practices for trailing commas (buildtools) (Closed)
Patch Set: Re-run script on Python 2, added flake8-commas extension Created April 19, 2018, 2:09 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 | « packagerChrome.py ('k') | releaseAutomation.py » ('j') | tox.ini » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerEdge.py
===================================================================
--- a/packagerEdge.py
+++ b/packagerEdge.py
@@ -47,7 +47,7 @@
'blocks': [
{'hash': base64.b64encode(hashlib.sha256(block).digest())}
for block in blocks
- ]
+ ],
}
@@ -131,7 +131,7 @@
params = {'defaults': {}, 'overrides': {}}
overrides = {
BLOCKMAP: 'application/vnd.ms-appx.blockmap+xml',
- MANIFEST: 'application/vnd.ms-appx.manifest+xml'
+ MANIFEST: 'application/vnd.ms-appx.manifest+xml',
}
types = mimetypes.MimeTypes()
types.add_type('application/octet-stream', '.otf')
« no previous file with comments | « packagerChrome.py ('k') | releaseAutomation.py » ('j') | tox.ini » ('J')

Powered by Google App Engine
This is Rietveld