mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 14:50:22 +00:00
migrate.py: remove unused variable err
Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
9bc0aa76f6
commit
189c38f04f
@ -103,7 +103,7 @@ def start_qemu(qemu_exec, image, spice_port, qmp_filename, incoming_port=None, w
|
||||
try:
|
||||
proc.qmp.connect()
|
||||
break
|
||||
except socket.error, err:
|
||||
except socket.error:
|
||||
pass
|
||||
proc.spice_port = spice_port
|
||||
proc.incoming_port = incoming_port
|
||||
|
||||
Loading…
Reference in New Issue
Block a user