Fix #123 [NS3] Upload a local ns-3 sources tar
[nepi.git] / src / nepi / resources / ns3 / ns3application.py
index 46c98ea..cbb76b4 100644 (file)
@@ -59,7 +59,7 @@ class NS3BaseApplication(NS3Base):
     def state(self):
         if self._state == ResourceState.STARTED:
             is_running = self.simulation.invoke(self.uuid, "isAppRunning")
-
+            
             if not is_running:
                 self.set_stopped()