diff --git a/pysqa/wrapper/sge.py b/pysqa/wrapper/sge.py index 2b262be..625dda2 100644 --- a/pysqa/wrapper/sge.py +++ b/pysqa/wrapper/sge.py @@ -86,7 +86,7 @@ def leaf_to_dict(leaf): def get_job_id_from_output(queue_submit_output: str) -> int: """Extracts the job ID from the output of the job submission command.""" return int(queue_submit_output.splitlines()[-1].rstrip().lstrip().split()[-1]) - + def render_submission_template( self, command: str,