Exemple #1
0
 def start(self):
     """Run self.command in the proper environment."""
     self.process_handler = killableprocess.runCommand(self.command+self.cmdargs, env=self.env, **self.kp_kwargs)
Exemple #2
0
 def start(self):
     """Run self.command in the proper environment."""
     if self.profile is None:
         self.profile = self.profile_class()
     self.process_handler = killableprocess.runCommand(self.command+self.cmdargs, env=self.env, **self.kp_kwargs)
Exemple #3
0
 def start(self):
     """Run self.command in the proper environment."""
     self.process_handler = killableprocess.runCommand(self.command +
                                                       self.cmdargs,
                                                       env=self.env,
                                                       **self.kp_kwargs)