From 6cbc16c47de3709332c97b01b68fcfeb4829030d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:10:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pysqa/wrapper/sge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,