[elbe-devel] [PATCH 06/13] pylint - initvmaction: remove unused variable

Manuel Traut manut at linutronix.de
Thu Aug 30 17:05:17 CEST 2018


Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 elbepack/initvmaction.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/elbepack/initvmaction.py b/elbepack/initvmaction.py
index 615a63ae..9da1e724 100644
--- a/elbepack/initvmaction.py
+++ b/elbepack/initvmaction.py
@@ -593,13 +593,11 @@ class SubmitAction(InitVMAction):
             if args[0].endswith('.xml'):
                 # We have an xml file, use that for elbe init
                 xmlfile = args[0]
-                url_validation = ''
             elif args[0].endswith('.iso'):
                 # We have an iso image, extract xml from there.
                 tmp = extract_cdrom(args[0])
 
                 xmlfile = tmp.fname('source.xml')
-                url_validation = '--skip-urlcheck'
                 cdrom = args[0]
             else:
                 print(
-- 
2.18.0




More information about the elbe-devel mailing list