Chandan Singh pushed to branch chandan/toxify-1.2 at BuildStream / buildstream
Commits:
-
2bb5e510
by Jim MacArthur at 2019-01-28T22:36:37Z
1 changed file:
Changes:
... | ... | @@ -440,7 +440,7 @@ def run_session(description, tempdir, source_cache, palette, config_file, force) |
440 | 440 |
@click.option('--palette', '-p', default='tango',
|
441 | 441 |
type=click.Choice(['solarized', 'solarized-xterm', 'tango', 'xterm', 'console']),
|
442 | 442 |
help="Selects a palette for the output style")
|
443 |
-@click.argument('description', click.Path(file_okay=True, dir_okay=False, readable=True))
|
|
443 |
+@click.argument('description', type=click.Path(file_okay=True, dir_okay=False, readable=True))
|
|
444 | 444 |
def run_bst(directory, force, source_cache, description, palette):
|
445 | 445 |
"""Run a bst command and capture stdout/stderr in html
|
446 | 446 |
|