Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent 17a590c commit dbef73f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/manifestoo/commands/check_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ def _get_license_type_or_proprietary(
addon_license_type = get_license_type(addon_license)
if not addon_license_type:
echo.warning(
f"Unknown license {addon_license} for {addon.name}, "
"assuming Proprietary."
f"Unknown license {addon_license} for {addon.name}, assuming Proprietary."
)
return addon_license, LicenseType.PROPRIETARY
return addon_license, addon_license_type
Expand Down

0 comments on commit dbef73f

Please sign in to comment.