Skip to content

Commit

Permalink
hotfix incorrect/typo build parsed from eightwone.com
Browse files Browse the repository at this point in the history
  • Loading branch information
righel committed Nov 16, 2022
1 parent 0e28bb0 commit 3adbf3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions automation/parse_exchange_versions.py
Expand Up @@ -105,6 +105,11 @@ def parse_eightwone_versions(versions_file, unique_versions_file):

name = convert_short_name_to_long(row[0].text_content().strip())
build = row[1].text_content().strip()

# FIXME:
if build == "5.0.1497.44":
build = "15.0.1497.44"

release_date = convert_short_date_to_long(
row[2].text_content().strip())
url = None
Expand Down

0 comments on commit 3adbf3c

Please sign in to comment.