[Notes] [Git][BuildStream/buildstream][master] 2 commits: bst2html.py: Name the second argument to avoid an error



Title: GitLab

Jim MacArthur pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • doc/bst2html.py
    ... ... @@ -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
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]