aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 05afcbd2..2f0f088a 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -166,6 +166,9 @@ class NimManager:
self.nimTypes[lastsocket] = str(line.strip()[6:])
elif line.strip().startswith("Name:"):
self.nimNames[lastsocket] = str(line.strip()[6:])
+ elif line.strip().startswith("empty"):
+ self.nimNames[lastsocket] = _("N/A")
+ self.nimTypes[lastsocket] = "empty/unknown"
nimfile.close()