r76981 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76980‎ | r76981 | r76982 >
Date:22:49, 18 November 2010
Author:diederik
Status:deferred
Tags:
Comment:
Replaced platform detection function.
Modified paths:
  • /trunk/tools/editor_trends/manage.py (modified) (history)

Diff [purge]

Index: trunk/tools/editor_trends/manage.py
@@ -43,7 +43,7 @@
4444 return getattr(args, key, None)
4545
4646
47 -def config_launcher(args, location, filename, project, full_project, language_code):
 47+def config_launcher(args, location, filename, project, full_project, language_code, language):
4848 config.load_configuration(args)
4949
5050
@@ -263,7 +263,8 @@
264264
265265 parser.add_argument('-o', '--location', action='store',
266266 help='Indicate where you want to store the downloaded file.',
267 - default=settings.input_location)
 267+ )
 268+ #default=settings.input_location)
268269
269270 parser.add_argument('-f', '--file', action='store',
270271 choices=file_choices,

Status & tagging log