summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-09-27 09:14:30 +1000
committerMatt Jolly <kangie@gentoo.org>2024-09-27 10:52:11 +1000
commit333530ba3430c659c049d23a1b5b1a6ee23e2e41 (patch)
tree60996389b3afcdc1b3286bed5a9cf26535ec4da7
parentget-edge-cves.py: Update bgo output (diff)
downloadchromium-tools-333530ba3430c659c049d23a1b5b1a6ee23e2e41.tar.gz
chromium-tools-333530ba3430c659c049d23a1b5b1a6ee23e2e41.tar.bz2
chromium-tools-333530ba3430c659c049d23a1b5b1a6ee23e2e41.zip
Trim trailing whitespace
Signed-off-by: Matt Jolly <kangie@gentoo.org>
-rwxr-xr-xget-opera-version-mapping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/get-opera-version-mapping.py b/get-opera-version-mapping.py
index 3e68ec9..ef60683 100755
--- a/get-opera-version-mapping.py
+++ b/get-opera-version-mapping.py
@@ -5,7 +5,7 @@ from bs4 import BeautifulSoup
def get_opera_chromium_versions(base_url, start_version, end_version):
"""
- Extracts Opera and Chromium versions from the given base URL with version placeholders,
+ Extracts Opera and Chromium versions from the given base URL with version placeholders,
parsing content sections for versions from start_version to end_version (inclusive).
Args:
@@ -14,7 +14,7 @@ def get_opera_chromium_versions(base_url, start_version, end_version):
end_version: The ending version to extract information for (inclusive).
Returns:
- A dictionary mapping Opera version to Chromium version.
+ A dictionary mapping Opera version to Chromium version.
If no update is mentioned, the previous Chromium version is used.
For missing data or errors, "unknown" is used.
"""