Skip to content

Commit e0f6fd0

Browse files
committed
fix: default value for as_ergex param
1 parent 808d50f commit e0f6fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liccheck/command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def check_package(strategy, pkg, level=Level.STANDARD, as_regex=False):
214214
return Reason.OK
215215

216216
def check_one(
217-
license_str: str, license_rule: str = "AUTHORIZED", as_regex: bool = True
217+
license_str: str, license_rule: str = "AUTHORIZED", as_regex: bool = False
218218
):
219219
if as_regex:
220220
license_regex = getattr(strategy, f"{license_rule}_REGEX")

0 commit comments

Comments
 (0)