Skip to content

Commit 398e83a

Browse files
authored
Update Chore (#94)
1 parent 6b99d18 commit 398e83a

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

cppython/project.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,8 @@ async def download_provider_tools(self) -> None:
9898

9999
path.mkdir(parents=True, exist_ok=True)
100100

101-
if not provider.tooling_downloaded(path):
102-
self.logger.warning("Downloading the %s requirements to %s", provider.name(), path)
103-
104-
await provider.download_tooling(path)
105-
self.logger.warning("Download complete")
106-
else:
107-
self.logger.info("The %s provider is already downloaded", provider.name())
101+
self.logger.warning("Downloading the %s requirements to %s", provider.name(), path)
102+
await provider.download_tooling(path)
108103

109104
def sync(self) -> None:
110105
"""Gathers sync information from providers and passes it to the generator"""

pdm.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)