Minor
Followup for 6e556aafc3be5ccf48a01d8113313abd2a633ba6.
This commit is contained in:
parent
ffc3cfeed1
commit
601bb94afc
@ -744,7 +744,7 @@ class ValueRecordFactory:
|
||||
|
||||
"""Given a format code, this object convert ValueRecords."""
|
||||
|
||||
def __init__(self, valueFormat=0):
|
||||
def __init__(self, valueFormat):
|
||||
format = []
|
||||
for mask, name, isDevice, signed in valueRecordFormat:
|
||||
if valueFormat & mask:
|
||||
|
Loading…
x
Reference in New Issue
Block a user