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 Nov 15, 2024
1 parent a88276f commit af73b6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pysqa/base/modular.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ def submit_job(
cluster_module = self._queue_to_cluster_dict[queue]
commands = self._switch_cluster_command(
cluster_module=cluster_module
) + self._list_command_to_be_executed(submission_script_path=submission_script_path)
) + self._list_command_to_be_executed(
submission_script_path=submission_script_path
)
out = self._execute_command(
commands=commands,
working_directory=working_directory,
Expand Down

0 comments on commit af73b6b

Please sign in to comment.