update OMF RM to pass the test. Change status of the rm to fnish after it stops
[nepi.git] / src / nepi / resources / omf / application.py
index a65c775..da8f64f 100644 (file)
@@ -206,6 +206,7 @@ class OMFApplication(OMFResource):
             #raise
 
         super(OMFApplication, self).stop()
+        self.set_finished()
 
     def release(self):
         """ Clean the RM at the end of the experiment and release the API.