Skip to content

Commit 464d350

Browse files
authored
Merge pull request #376 from FoamyGuy/strip_before_parse
strip lib string before parse
2 parents 12a1ce8 + f994308 commit 464d350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/lib/bundle_announcer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_bundle_updates(full_repo_name: str) -> Tuple[Set[RepoResult], Set[RepoRe
6565
x.strip(",") for x in relevant_line.split(" ")[2:]
6666
]
6767
for lib in lib_components:
68-
comps = parse.parse("[{name:S}]({link_comp:S})", lib)
68+
comps = parse.parse("[{name:S}]({link_comp:S})", lib.strip())
6969
link: str = parse.search(
7070
"{link:S}/releases", comps["link_comp"]
7171
)["link"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy