-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Python doesn't recognize the null() function call.
Line 129 of dis7.py is 1st example.
for idx in range(0, self.recordLength):
element = null()
element.parse(inputStream)
self.iffData.append(element)Is this supposed to be None?
Reactions are currently unavailable