popolate_factory no longer requires to be invoked explicitly by the user
[nepi.git] / src / nepi / resources / linux / ccn / ccnapplication.py
index 5e4a832..8a09122 100644 (file)
@@ -35,7 +35,7 @@ class LinuxCCNApplication(LinuxApplication):
 
     @property
     def ccnd(self):
-        ccnd = self.get_connected(LinuxCCND)
+        ccnd = self.get_connected(LinuxCCND.rtype())
         if ccnd: return ccnd[0]
         return None