return {} not None
This commit is contained in:
parent
757aa15f95
commit
efd23e67d6
|
|
@ -186,7 +186,7 @@ def ask_to_configure_network():
|
|||
elif nic:
|
||||
return nic
|
||||
|
||||
return None
|
||||
return {}
|
||||
|
||||
def ask_for_disk_layout():
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue