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

Unified Diff: releaseAutomation.py

Issue 29931574: Issue 7083 - Adapt release automation for locales being located in adblockplusui (Closed)
Patch Set: Created Oct. 31, 2018, midnight
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 | « localeTools.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: releaseAutomation.py
===================================================================
--- a/releaseAutomation.py
+++ b/releaseAutomation.py
@@ -255,7 +255,7 @@
readMetadata(baseDir, target_platforms[0]))
default_locale_path = os.path.join(locale_config['base_path'],
locale_config['default_locale'],
- 'messages.json')
+ 'manifest.json')
with open(default_locale_path, 'r') as fp:
extension_name = json.load(fp)['name']['message']
« no previous file with comments | « localeTools.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld