Skip to content

Commit

Permalink
Update src/libreoffice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel authored Jun 22, 2024
1 parent 70c21c4 commit 5c5cab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libreoffice.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if len(cells) < 4:
continue

version_str = cells[1].get_text().strip() # x.y GA => x.y.0
version_str = cells[1].get_text().strip()
date_str = cells[2].get_text().strip()
version_match = VERSION_PATTERN.match(version_str)

Expand Down

0 comments on commit 5c5cab4

Please sign in to comment.