Skip to content

Commit

Permalink
Update qgis-app/plugins/validator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Nov 20, 2023
1 parent 8d06194 commit fbf37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/plugins/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def validator(package):
raise ValidationError(_("Cannot find __init__.py in plugin package."))

# Checks for LICENCE file precense
licensename = package_name+"/LICENSE"
licensename = package_name + "/LICENSE"
if licensename not in namelist:
raise ValidationError(_("Cannot find LICENSE in plugin package."))

Expand Down

0 comments on commit fbf37cb

Please sign in to comment.