Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2025
1 parent eb3c6af commit 6cbc16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysqa/wrapper/sge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6cbc16c

Please sign in to comment.