Skip to content

Commit

Permalink
🎨 fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Apr 2, 2024
1 parent d2afacf commit feae15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
TIMEOUT_SECONDS = 10
session = requests.Session()


def get_folders() -> List[str]:
html = session.get(url="https://cmake.org/files/", timeout=TIMEOUT_SECONDS).text
return list(re.findall(r">v([0-9.]+)", html))
Expand Down

0 comments on commit feae15a

Please sign in to comment.