[PATCH 3/3] example/domstart.py: Removed useless brackets for tuple unpacking

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Ariel Otilibili <otilibil@xxxxxxxxxx>
---
 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



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux