Skip to content

Commit

Permalink
fix: experimental fix for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Nov 3, 2023
1 parent 7e9fab4 commit 746670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipx/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def _http_get_request(url: str) -> str:


PEP723 = re.compile(
r"(?m)^# /// (?P<type>[a-zA-Z0-9-]+)$\s(?P<content>(^#(| .*)$\s)+)^# ///$"
r"(?m)^# /// (?P<type>[a-zA-Z0-9-]+)$\s{1,2}(?P<content>(^#(| .*)$\s{1,2})+)^# ///$"
)


Expand Down

0 comments on commit 746670e

Please sign in to comment.