• 
      

    Switch to using kwargs to invoke the RunTool task.

    Review Request #8903 — Created April 17, 2017 and submitted — Latest diff uploaded

    Information

    ReviewBot
    master
    331c55d...

    Reviewers

    Using a big list of arguments is kind of fragile to version mismatches that
    might change the "protocol" of the RunTool task invocation. This change
    switches over to passing things via kwargs, which can be extended in the
    future without causing errors.

    Published a change and saw Review Bot run successfully.