fix flake8 errors

This commit is contained in:
Tomas Kopecek 2020-08-25 13:05:02 +02:00
parent c1735babba
commit f06a8c0bca
2 changed files with 4 additions and 3 deletions

View file

@ -511,8 +511,8 @@ class VMExecTask(BaseTaskHandler):
if opts.get('static_mac'):
orig_mac = self.macAddr(orig_vm)
#doesn't work anymore, needs to place mac address inside the xml
#cmd += ["--mac", orig_mac]
# doesn't work anymore, needs to place mac address inside the xml
# cmd += ["--mac", orig_mac]
opts['static_mac'] = orig_mac
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,