Skip to content

Commit

Permalink
fix(flatpak): description pkg with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
remigermain committed Oct 27, 2024
1 parent 607b4ba commit a087af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_package_manager/managers/flatpak.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def search(self, query: str, extended: bool, exact: bool) -> Iterator[Package]:
regexp = re.compile(
r"""
^(?P<package_name>\S+)\t
(?P<description>\S+)\t
(?P<description>.+)\t
(?P<package_id>\S+)\t
(?P<version>\S+)\t
(?P<branch>\S+)\t
Expand Down

0 comments on commit a087af7

Please sign in to comment.