Esempio n. 1
0
 def parse_job_log_rel_path(cls, f_name):
     """Return (cycle, task, submit_num, ext)."""
     return CylcProcessor.parse_job_log_rel_path(f_name)
Esempio n. 2
0
 def parse_job_log_rel_path(cls, f_name):
     """Return (cycle, task, submit_num, ext)."""
     return CylcProcessor.parse_job_log_rel_path(f_name)
Esempio n. 3
0
    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)
Esempio n. 4
0
    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)