[Libguestfs] [PATCH nbdkit v3 2/7] python: Implement nbdkit API version 2.

Richard W.M. Jones rjones at redhat.com
Sat Nov 23 15:31:32 UTC 2019


On Sat, Nov 23, 2019 at 01:26:34PM +0000, Richard W.M. Jones wrote:
> diff --git a/tests/test.py b/tests/test.py
> index 9a2e947..ac80d96 100644
> --- a/tests/test.py
> +++ b/tests/test.py
> @@ -3,6 +3,10 @@ import nbdkit
>  disk = bytearray(1024*1024)
>  
>  
> +def api_version():
> +    return 2
> +
> +
>  def config_complete():
>      print ("set_error = %r" % nbdkit.set_error)
>  

Missed when rebasing the code to change api_version -> API_VERSION.  I
have fixed my local version and also made sure my tree is bisectable.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list