Skip to content

Commit 74d1e23

Browse files
committed
fixed build from model to align with --plugin-configs
1 parent 3963c6f commit 74d1e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/os/analyzer_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ def build_from_model(cls, datamodel: OsDataModel) -> "OsAnalyzerArgs":
5959
Returns:
6060
OsAnalyzerArgs: instance of analyzer args class
6161
"""
62-
return cls(exp_os=datamodel.os_version)
62+
return cls(exp_os=datamodel.os_name)

0 commit comments

Comments
 (0)