We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d159123 commit a3ae2a3Copy full SHA for a3ae2a3
src/portable_python/__init__.py
@@ -647,7 +647,7 @@ def compile(self):
647
648
# Some src_url don't end in file extension, such as with redirects
649
# Github releases asset endpoint is this way .../releases/assets/48151
650
- if self.url.endswith(".zip", ".tar.gz"):
+ if not self.url.endswith(".zip", ".tar.gz"):
651
suffix = self.cfg_src_suffix() or ".tar.gz"
652
basename = f"{self.m_name}-{self.version}.{suffix}"
653
else:
0 commit comments