Skip to content

Commit

Permalink
make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Sep 13, 2024
1 parent 071c108 commit b2d114a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gromacs/qsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ def write_script(template):
[
("^ *DEFFNM=", "(?<==)(.*)", deffnm),
(
"^#.*(-N|job_name)",
r"((?<=-N\s)|(?<=job_name\s))\s*\w+",
jobname,
"^#.*(-N|job_name)",
r"((?<=-N\s)|(?<=job_name\s))\s*\w+",
jobname,
),
(
"^#.*(-A|account_no)",
Expand Down

0 comments on commit b2d114a

Please sign in to comment.