Skip to content

Commit 40b68d0

Browse files
authored
Fix the whl download bug (#229)
Signed-off-by: 석지영/책임연구원/SW공학(연)Open Source TP <[email protected]>
1 parent 1e931bc commit 40b68d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_util/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import json
3131

3232
logger = logging.getLogger(constant.LOGGER_NAME)
33-
compression_extension = {".tar.bz2", ".tar.gz", ".tar.xz", ".tgz", ".tar", ".zip", ".jar", ".bz2"}
33+
compression_extension = {".tar.bz2", ".tar.gz", ".tar.xz", ".tgz", ".tar", ".zip", ".jar", ".bz2", ".whl"}
3434
prefix_refs = ["refs/remotes/origin/", "refs/tags/"]
3535
SIGNAL_TIMEOUT = 600
3636

0 commit comments

Comments
 (0)