Skip to content

Commit 54add16

Browse files
committed
fix for package plugin to match dumped data
1 parent 74d1e23 commit 54add16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/package/analyzer_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
class PackageAnalyzerArgs(AnalyzerArgs):
3333
exp_package_ver: dict[str, str | None] = Field(default_factory=dict)
34-
regex_match: bool = True
34+
regex_match: bool = False
3535

3636
@classmethod
3737
def build_from_model(cls, datamodel: PackageDataModel) -> "PackageAnalyzerArgs":

0 commit comments

Comments
 (0)