mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-18 13:50:23 -04:00
Fixes for RNodeMultiInterface
This commit is contained in:
parent
8e21c26c2f
commit
a0d6b752a3
2 changed files with 5 additions and 10 deletions
|
@ -386,8 +386,7 @@ class FormMultiTable(urwid.Pile, FormField):
|
|||
try:
|
||||
value = transform(value)
|
||||
except (ValueError, TypeError):
|
||||
pass
|
||||
value = ""
|
||||
value = ""
|
||||
|
||||
if value:
|
||||
subinterface[field_key] = value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue