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

Unified Diff: cms/bin/generate_static_pages.py

Issue 29670651: Issue 5844 - Remove redundant parentheses in cms (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Fixed indentation Created Jan. 25, 2018, 7:08 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 | « no previous file | cms/converters.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/bin/generate_static_pages.py
===================================================================
--- a/cms/bin/generate_static_pages.py
+++ b/cms/bin/generate_static_pages.py
@@ -126,8 +126,8 @@
if __name__ == '__main__':
parser = ArgumentParser('Convert website source to static website')
parser.add_argument('-r', '--rev',
- help=('Specify which revision to generate from. '
- 'See "hg help revisions" for details.'),
+ help='Specify which revision to generate from. '
+ 'See "hg help revisions" for details.',
default='default')
parser.add_argument('source', help="Path to website's repository")
parser.add_argument('output', help='Path to desired output directory')
« no previous file with comments | « no previous file | cms/converters.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld