Index: trunk/tools/editor_trends/manage.py |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | return getattr(args, key, None) |
45 | 45 | |
46 | 46 | |
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): |
48 | 48 | config.load_configuration(args) |
49 | 49 | |
50 | 50 | |
— | — | @@ -263,7 +263,8 @@ |
264 | 264 | |
265 | 265 | parser.add_argument('-o', '--location', action='store', |
266 | 266 | help='Indicate where you want to store the downloaded file.', |
267 | | - default=settings.input_location) |
| 267 | + ) |
| 268 | + #default=settings.input_location) |
268 | 269 | |
269 | 270 | parser.add_argument('-f', '--file', action='store', |
270 | 271 | choices=file_choices, |