We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913e45b commit a193df1Copy full SHA for a193df1
1 file changed
src/spdx_tools/spdx3/model/dataset/dataset.py
@@ -94,7 +94,7 @@ def __init__(
94
supplied_by = [] if supplied_by is None else supplied_by
95
standard = [] if standard is None else standard
96
data_preprocessing = [] if data_preprocessing is None else data_preprocessing
97
- sensors = {} if sensor is None else sensor
+ sensor = {} if sensor is None else sensor
98
known_bias = [] if known_bias is None else known_bias
99
anonymization_method_used = [] if anonymization_method_used is None else anonymization_method_used
100
check_types_and_set_values(self, locals())
0 commit comments