Skip to content

Commit b49c237

Browse files
committed
Code enhancement #201
* version is now required * better error handling * etc... Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 47c57ff commit b49c237

3 files changed

Lines changed: 222 additions & 107 deletions

File tree

src/fetchcode/download_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
from fetchcode.cpan import CPAN
2222
from fetchcode.cran import CRAN
2323
from fetchcode.huggingface import Huggingface
24-
from fetchcode.pypi import Pypi
2524
from fetchcode.nix import Nix
25+
from fetchcode.pypi import Pypi
2626

2727
package_registry = [Pypi, CRAN, CPAN, Huggingface, Composer, Nix]
2828

0 commit comments

Comments
 (0)