Followup for 6e556aafc3be5ccf48a01d8113313abd2a633ba6.
This commit is contained in:
Behdad Esfahbod 2013-11-23 20:20:39 -05:00
parent ffc3cfeed1
commit 601bb94afc

View File

@ -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: