----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59634/#review176374 -----------------------------------------------------------
Bad patch! Reviews applied: [59634] Failed command: python support/apply-reviews.py -n -r 59634 Error: error: patch failed: src/cli_new/bin/main.py:84 error: src/cli_new/bin/main.py: patch does not apply error: src/cli_new/lib/cli/config.py: does not exist in index Full log: http://mesos-winbot.westus.cloudapp.azure.com/../logs/console - Mesos Reviewbot Windows On May 30, 2017, 9:13 p.m., Kevin Klues wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59634/ > ----------------------------------------------------------- > > (Updated May 30, 2017, 9:13 p.m.) > > > Review request for mesos and Armand Grillet. > > > Repository: mesos > > > Description > ------- > > Previously, we were importing settings directly from the `bin` > directory, which is obviously not portable. Instead, we need to be > passing the settings into the constructor for the config so that it > can access it from there. > > > Diffs > ----- > > src/cli_new/bin/main.py d0ec2bdb04631fbaa62efb6ae67e138140a1296a > src/cli_new/lib/cli/config.py 353785b8bdc13b745d2dc9469201c16a8816ebc6 > > > Diff: https://reviews.apache.org/r/59634/diff/2/ > > > Testing > ------- > > Tested manually, PEP8 and Pylint used to make sure that the code style is > correct. > > > Thanks, > > Kevin Klues > >
