Skip to content

Commit

Permalink
Update qgis-app/plugins/validator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julien <[email protected]>
  • Loading branch information
Xpirix and Guts authored Nov 14, 2024
1 parent 64b7556 commit 80cf619
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 @@ -149,7 +149,7 @@ def error_check_if_exist(url: str)->bool:
)


def validator(package, is_new=False):
def validator(package, is_new: bool = False):
"""
Analyzes a zipped file, returns metadata if success, False otherwise.
If the new icon metadata is found, an inmemory file object is also returned
Expand Down

0 comments on commit 80cf619

Please sign in to comment.