Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 80cf619

Browse files
XpirixGuts
andauthored
Update qgis-app/plugins/validator.py
Co-authored-by: Julien <[email protected]>
1 parent 64b7556 commit 80cf619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis-app/plugins/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def error_check_if_exist(url: str)->bool:
149149
)
150150

151151

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

0 commit comments

Comments
 (0)