Scheduler optimization
[nepi.git] / src / nepi / resources / linux / application.py
index 5529f36..5e0c72b 100644 (file)
@@ -335,7 +335,7 @@ class LinuxApplication(ResourceManager):
         else:
             try:
                 command = self.get("command") or ""
-                self.info(" Deploying command '%s' " % command)
+                self.info("Deploying command '%s' " % command)
                 self.discover()
                 self.provision()
             except: