Signed-off-by: Ariel Otilibili <otili...@eurecom.fr>
---
 examples/domstart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/domstart.py b/examples/domstart.py
index fdfe25f..9a7d129 100755
--- a/examples/domstart.py
+++ b/examples/domstart.py
@@ -27,7 +27,7 @@ parser = ArgumentParser(description=__doc__)
 parser.add_argument("file", metavar="DOMAIN.XML", help="XML configuration of 
the domain in libvirt's XML format")
 args = parser.parse_args()
 
-(name, xmldesc) = read_domain(args.file)
+name, xmldesc = read_domain(args.file)
 
 try:
     conn = libvirt.open(None)
-- 
2.45.2

Reply via email to