• Vincent Pelletier's avatar
    cli: Fix RetryingCaucaseClient. · 6c612e22
    Vincent Pelletier authored
    Python was unexpectedly binding utils.until to this class, causing "self"
    argument to be automatically generated, which is not expected by this
    function.
    Tests do not exercise this code path because they are overriding this
    property, precisely to check that it gets called...
    Also, add docstring.
    6c612e22
cli.py 29 KB