Skip to content

Commit

Permalink
remove unnecessary escape
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 16, 2024
1 parent eb80500 commit af78c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .submodules/recurse-fork/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read_submodules() -> t.Dict[str, Submodule]:

# [1:] to skip initial blank string.
gitmodules_lines: t.List[str] = re.split(
r'^\[submodule \"(.*)"\]$',
r'^\[submodule "(.*)"\]$',
gitmodules_str,
flags=re.MULTILINE,
)[1:]
Expand Down

0 comments on commit af78c4d

Please sign in to comment.