Home | History | Annotate | Download | only in scheduler

Lines Matching refs:working_directory

25 WORKING_DIRECTORY = object() # see execute_command()
733 working_directory):
735 if item is WORKING_DIRECTORY:
736 command[i] = working_directory
739 def execute_command(self, command, working_directory, pidfile_name,
746 WORKING_DIRECTORY, the absolute path to the working directory
748 @param working_directory: directory in which the pidfile will be written
763 abs_working_directory = self.absolute_path(working_directory)
789 self._write_attached_files(working_directory, drone)