@@ -54,5 +54,5 @@
self.addUint32(int(i[0]*divisor))
self.addUint8(int(i[1]*divisor))
else:
- raise Exception("Error: No such type as: " + subatomicType)
+ raise Exception("Error: No such type as: " + str(subatomicType))
return None
@@ -127,7 +127,7 @@
b = self.getUint8()
retVal.append((a / float(divisor), b / float(divisor)))
- raise Exception("Error: No such type as: " + str(subAtomicType))