Skip to content

Commit

Permalink
fixed another regex string
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Jun 17, 2024
1 parent d9b0210 commit 03d3010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gromacs/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ class Release(object):
"""

gromacs_version = re.compile(
r"^G[rR][oO][mM][aA][cC][sS] version:" "\s*(VERSION)?\s*(?P<version>.+)$"
r"^G[rR][oO][mM][aA][cC][sS] version:\s*(VERSION)?\s*(?P<version>.+)$"
)

def __init__(self):
Expand Down

0 comments on commit 03d3010

Please sign in to comment.