Skip to content

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 13, 2022
1 parent 3426ca5 commit 7e0a895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaraco/develop/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class Project(str):
>>> p.tags
['tag1', 'tag2']
"""

pattern = re.compile(r'(?P<name>\S+)\s*(?P<rest>.*)$')

def __new__(self, value, **kwargs):
Expand Down

0 comments on commit 7e0a895

Please sign in to comment.