Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Puchta <jacek.puchta@dotdata.com>
  • Loading branch information
puchta committed Oct 25, 2023
1 parent c252221 commit 2cbb9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@ export const getPyMetadata = async function (pkgList, fetchDepsInfo) {
}
}
if (body.info.license) {
let licenseId = findLicenseId(licenseName);
let licenseId = findLicenseId(body.info.license);
if (licenseId && !p.license.includes(licenseId)) p.license.push(licenseId);
}
if (body.info.home_page) {
Expand Down

0 comments on commit 2cbb9c2

Please sign in to comment.