Removing ResourceState.FINISHED beacuse it is redundant with STOPPED
[nepi.git] / src / nepi / resources / linux / ccn / ccnd.py
index 081435c..d8a3fc3 100644 (file)
@@ -247,7 +247,7 @@ class LinuxCCND(LinuxApplication):
 
             if retcode == 1 and err.find("No such file or directory") > -1:
                 # ccnd is not running (socket not found)
-                self.set_finished()
+                self.set_stopped()
             elif retcode:
                 # other errors ...
                 msg = " Failed to execute command '%s'" % self.get("command")