예제 #1
0
파일: bush_dao.py 프로젝트: aosprey/rose
 def parse_job_log_rel_path(cls, f_name):
     """Return (cycle, task, submit_num, ext)."""
     return CylcProcessor.parse_job_log_rel_path(f_name)
예제 #2
0
파일: bush_dao.py 프로젝트: kinow/rose
 def parse_job_log_rel_path(cls, f_name):
     """Return (cycle, task, submit_num, ext)."""
     return CylcProcessor.parse_job_log_rel_path(f_name)
예제 #3
0
파일: bush_dao.py 프로젝트: aosprey/rose
    def get_suite_dir_rel(suite_name, *paths):
        """Return the relative path to the suite running directory.

        paths -- if specified, are added to the end of the path.
        """
        return CylcProcessor.get_suite_dir_rel(suite_name, *paths)
예제 #4
0
파일: bush_dao.py 프로젝트: kinow/rose
    def get_suite_dir_rel(suite_name, *paths):
        """Return the relative path to the suite running directory.

        paths -- if specified, are added to the end of the path.
        """
        return CylcProcessor.get_suite_dir_rel(suite_name, *paths)