• S
    process.py: CmdError class backward compatibility fix · 93277b69
    svirt 提交于
    In the newer CmdError class implementation the __init__() doesn't
    have anymore the third non-mandatory argument "additional_text".
    But still in the different parts of the source code the
    CmdError is used with the third argument. If there is no special
    reason behind deleting the "additional_text" then I would suggest
    to keep for having the backward compatibility.
    (for example got argument amount errors while running particular
    libvirt tests which had to raise a CmdError exception)
    93277b69
process.py 36.3 KB