summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textw/network_text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/textw/network_text.py b/textw/network_text.py
index e34ace764..3fc0c4d09 100644
--- a/textw/network_text.py
+++ b/textw/network_text.py
@@ -593,6 +593,8 @@ class NetworkDeviceWindow:
desc = _("%s, %s") % (onboot, ipv4,)
elif ipv4 == '' and ipv6 != '':
desc = _("%s, %s") % (onboot, ipv6,)
+ else:
+ desc = ""
self.devListDescs[devname] = desc
# collect configuration data for each interface selected by the user